Skip to content

Commit 2aa2b66

Browse files
add support for php 8.4
1 parent 6c4de74 commit 2aa2b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
test:
4848
strategy:
4949
matrix:
50-
php-version: ["8.1", "8.2", "8.3"]
50+
php-version: ["8.1", "8.2", "8.3", "8.4"]
5151
runs-on: ubuntu-latest
5252
container:
5353
image: mcr.microsoft.com/devcontainers/php:1-${{ matrix.php-version }}-bullseye

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require-dev": {
3434
"johnpbloch/wordpress": "6.7.1",
35-
"phpunit/phpunit": "^12.0 || ^11.0",
35+
"phpunit/phpunit": "^12.0 || ^11.0 || ^10.0",
3636
"wp-coding-standards/wpcs": "^3.1",
3737
"symfony/finder": "^7.1"
3838
}

0 commit comments

Comments
 (0)