Skip to content

Commit b807a13

Browse files
author
Liopold D. Novelli
committed
chore: LDP-2563: Use docker compose instead of docker-compose.
1 parent 7af7c15 commit b807a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-drupal-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
3333
mkdir -p $DOCKER_CONFIG/cli-plugins
34-
curl -SL https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
34+
curl -SL https://github.com/docker/compose/releases/download/v2.30.1/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
3535
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
3636
docker compose version
3737
- name: Install composer dependencies.
@@ -47,7 +47,7 @@ jobs:
4747
shell: 'script -q -e -c "bash {0}"'
4848
run: |
4949
export COMPOSE_DEFAULT_USER=$(id -u $USER)
50-
docker-compose up -d
50+
docker compose up -d
5151
echo "Waiting for mysql to come up..." && docker exec -it $(docker compose ps -q cli) /bin/bash -c "while ! echo exit | nc mariadb 3306; do sleep 1; done" >/dev/null
5252
- name: Install the project
5353
shell: 'script -q -e -c "bash {0}"'

0 commit comments

Comments
 (0)