Skip to content

Commit

Permalink
Merge pull request #2025 from wp-graphql/feature/#2024-update-tests-t…
Browse files Browse the repository at this point in the history
…o-wp-5.8

Update tests to use WordPress 5.8
  • Loading branch information
jasonbahl committed Jul 20, 2021
2 parents 8bb6bf4 + 3c99461 commit fb39463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
strategy:
matrix:
php: [ '7.4', '7.3' ]
wordpress: [ '5.7.2', '5.6.2', '5.5.3' ]
wordpress: [ 'beta-5.8', '5.7.2', '5.6.2', '5.5.3' ]
include:
- php: '8.0'
wordpress: '5.7.2'
wordpress: 'beta-5.8'
- php: '7.4'
wordpress: '5.7.2'
wordpress: 'beta-5.8'
coverage: 1
fail-fast: false
name: WordPress ${{ matrix.wordpress }} on PHP ${{ matrix.php }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
WP_VERSION: ${{ matrix.wordpress }}
run: composer build-test

- name: Run Functional w/ Docker.
- name: Run Functional Tests w/ Docker.
env:
COVERAGE: ${{ matrix.coverage }}
USING_XDEBUG: ${{ matrix.coverage }}
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: jasonbahl, tylerbarnes1, ryankanner, hughdevore, chopinbach, kidunot89
Tags: GraphQL, API, Gatsby, Headless, Decoupled, React, Nextjs, Vue, Apollo, REST, JSON, HTTP, Remote, Query Language
Requires at least: 5.0
Tested up to: 5.7.2
Tested up to: 5.8
Requires PHP: 7.1
Stable tag: 1.5.4
License: GPL-3
Expand Down

0 comments on commit fb39463

Please sign in to comment.