Skip to content

Commit

Permalink
Merge pull request #266 from wp-graphql/feat/#263-test-wp6.4
Browse files Browse the repository at this point in the history
ci: update tests to test against WordPress 6.4
  • Loading branch information
jasonbahl authored Dec 11, 2023
2 parents a3fda1f + 19629aa commit cb6384b
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check code
strategy:
matrix:
php: [ 8.1 ]
php: [ 8.2 ]

steps:
- name: Cancel previous runs of this workflow (pull requests only)
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
# so we include WP 5.9 manually instead of in the matrix
- php: '8.1'
wordpress: '5.9'
- php: '8.2'
wordpress: '6.4.0'
- php: '8.0'
wordpress: '6.2'
- php: '8.0'
Expand Down
Loading

0 comments on commit cb6384b

Please sign in to comment.