ci: add PHP 8.4 and WordPress 6.8 to test matrix
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -6,6 +6,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- php: '8.4'
|
||||
wordpress: '6.8'
|
||||
- php: '8.3'
|
||||
wordpress: '6.6'
|
||||
- php: '8.2'
|
||||
|
@@ -25,7 +25,7 @@
|
||||
"matthiasmullie/minify": "^1.3",
|
||||
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
||||
"slowprog/composer-copy-file": "~0.3",
|
||||
"squizlabs/php_codesniffer": "^3.11",
|
||||
"squizlabs/php_codesniffer": "^3.12",
|
||||
"wp-coding-standards/wpcs": "^3.1",
|
||||
"yoast/wp-test-utils": "^1.2"
|
||||
},
|
||||
|
Reference in New Issue
Block a user