Skip to content

Commit 4efa60e

Browse files
committed
php: Run jobs on PHP 8.4
1 parent e747d97 commit 4efa60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['8.2', '8.3']
20+
php: ['8.2', '8.3', '8.4']
2121
os: ['ubuntu-latest']
2222

2323
steps:
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
php: ['8.2', '8.3']
54+
php: ['8.2', '8.3', '8.4']
5555
os: ['ubuntu-latest']
5656

5757
steps:

0 commit comments

Comments
 (0)