ci: add PHP 8.4 and WordPress 6.8 to test matrix

This commit is contained in:
2025-04-19 13:56:38 +02:00
parent bc8cc41349
commit 6d034b4ea3
2 changed files with 3 additions and 1 deletions

View File

@@ -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'

View File

@@ -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"
}, },