We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 165d3e5 + 2ca9004 commit b3fec03Copy full SHA for b3fec03
.github/workflows/tests-wordpress.yml
@@ -40,7 +40,7 @@ jobs:
40
PHP_VERSION: ${{ matrix.php }}
41
WP_VERSION: ${{ matrix.wordpress }}
42
run: |
43
- docker-compose build \
+ docker compose build \
44
--build-arg WP_VERSION=${{ matrix.wordpress }} \
45
--build-arg PHP_VERSION=${{ matrix.php }} \
46
--build-arg DOCKER_REGISTRY=ghcr.io/wp-graphql/
@@ -66,7 +66,7 @@ jobs:
66
run: composer update
67
68
- name: Run acceptance, functional tests
69
- run: docker-compose run -e DEBUG=1 -e WPGRAPHQL_VERSION=${{matrix.wpgraphql_version}} testing
+ run: docker compose run -e DEBUG=1 -e WPGRAPHQL_VERSION=${{matrix.wpgraphql_version}} testing
70
env:
71
72
0 commit comments