Skip to content

Commit

Permalink
Try adding a WP 4.6 / PHP 5.6-7.1 job due to the plugin claiming to s…
Browse files Browse the repository at this point in the history
…upport it.
  • Loading branch information
dd32 committed Aug 20, 2024
1 parent ff6636c commit 0c17623
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 18 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,25 @@ jobs:
name: Test PHP ${{ matrix.php }} ${{ matrix.wp != '' && format( ' (WP {0}) ', matrix.wp ) || '' }}
runs-on: ubuntu-latest
strategy:
matrix:
matrix:
php:
- '8.3'
- '8.2'
- '8.1'
- '8.0'
- '7.4'
- '7.3'
- '7.2'
- '8.3'
- '8.2'
- '8.1'
- '8.0'
- '7.4'
- '7.3'
- '7.2'
wp:
- latest
- trunk
- latest
- trunk
include:
- wp: '4.6'
php: '7.1'
- wp: '4.6'
php: '7.0'
- wp: '4.6'
php: '5.6'
env:
WP_ENV_PHP_VERSION: ${{ matrix.php }}
WP_ENV_CORE: ${{ matrix.wp == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wp ) }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"minimum-stability": "dev",
"prefer-stable" : true,
"require": {
"php": ">=7.2.24|^8"
"php": ">=5.6|^7|^8"
},
"require-dev": {
"automattic/vipwpcs": "^3.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c17623

Please sign in to comment.