Skip to content

Commit 3da6b7c

Browse files
authored
Merge pull request #1967 from sergiy-petrov/sergiy-petrov-patch-3
Test against php 8.4
2 parents fb1f6bd + c75fb81 commit 3da6b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
max-parallel: 2
1212
matrix:
13-
php-versions: ['8.2', '8.3']
13+
php-versions: ['8.2', '8.3', '8.4']
1414

1515
name: PHP ${{ matrix.php-versions }}
1616

0 commit comments

Comments
 (0)