Skip to content

Commit

Permalink
- update matrix (again)
Browse files Browse the repository at this point in the history
- update "Requires at least" to 5.6
  • Loading branch information
jasonbahl committed Nov 10, 2022
1 parent 06c0e6c commit 79b81c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
name: WordPress ${{ matrix.wordpress }} Integration Tests on PHP ${{ matrix.php }}
strategy:
matrix:
php: [ '8.1', '8.0', '7.4' ]
wordpress: [ '6.0', '5.9', '5.8', '5.7.2' ]
exclude:
- php: '8.1'
wordpress: '5.7.2'
php: [ '8.0', '7.4' ]
wordpress: [ '5.9', '5.8', '5.7.2', '5.6' ]
include:
php: '8.0'
wordpress: '6.0'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-smart-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Description: Smart Caching and Cache Invalidation for WPGraphQL
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Requires at least: 5.9
* Requires at least: 5.6
* Tested up to: 6.0
* Requires PHP: 7.4
* Text Domain: wp-graphql-smart-cache
Expand Down

0 comments on commit 79b81c3

Please sign in to comment.