Skip to content

Commit

Permalink
Fix extra variable issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiegman committed Apr 10, 2024
1 parent b610f39 commit bb257bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-plugin-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
run: docker exec -e COVERAGE=1 $(docker-compose ps -q wordpress) init-testing-environment.sh

- name: Ensure Correct WordPress version
env:
WP_VERSION: ${{ matrix.wordpress }}
run: |
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core version --allow-root
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core upgrade --version=nighytly --force --allow-root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php: [ '8.2', '7.4' ]
wordpress: ['6.5', '6.4', '6.3', '6.2', '6.1' ]
wordpress: [ '6.5', '6.4', '6.3', '6.2', '6.1' ]
exclude:
- php: 8.2
wordpress: 6.1
Expand Down

0 comments on commit bb257bb

Please sign in to comment.