Skip to content

Commit b2f17a2

Browse files
committed
PHP 8.4
1 parent 14c2b67 commit b2f17a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
php_version: ["8.1", "8.2", "8.3"]
30+
php_version: ["8.1", "8.2", "8.3" ]
3131
runs-on: ubuntu-latest
3232

3333
steps:
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
php_version: ["8.2", "8.3"]
50+
php_version: ["8.2", "8.3", "8.4"]
5151
runs-on: ubuntu-latest
5252

5353
steps:

0 commit comments

Comments
 (0)