From 6d034b4ea314391f5ecc1582604aaee608ff8de4 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 19 Apr 2025 13:56:38 +0200 Subject: [PATCH] ci: add PHP 8.4 and WordPress 6.8 to test matrix --- .github/workflows/test.yml | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78e10d4..4ff3733 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,8 @@ jobs: strategy: matrix: include: + - php: '8.4' + wordpress: '6.8' - php: '8.3' wordpress: '6.6' - php: '8.2' diff --git a/composer.json b/composer.json index 3fdb357..07b41ad 100644 --- a/composer.json +++ b/composer.json @@ -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" },