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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- php: '8.4'
|
||||||
|
wordpress: '6.8'
|
||||||
- php: '8.3'
|
- php: '8.3'
|
||||||
wordpress: '6.6'
|
wordpress: '6.6'
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
"matthiasmullie/minify": "^1.3",
|
"matthiasmullie/minify": "^1.3",
|
||||||
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
"phpcompatibility/phpcompatibility-wp": "^2.1",
|
||||||
"slowprog/composer-copy-file": "~0.3",
|
"slowprog/composer-copy-file": "~0.3",
|
||||||
"squizlabs/php_codesniffer": "^3.11",
|
"squizlabs/php_codesniffer": "^3.12",
|
||||||
"wp-coding-standards/wpcs": "^3.1",
|
"wp-coding-standards/wpcs": "^3.1",
|
||||||
"yoast/wp-test-utils": "^1.2"
|
"yoast/wp-test-utils": "^1.2"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user