Skip to content

Commit c823d8a

Browse files
authored
Merge pull request #66 from stof/php_8_4
Add a CI job running on PHP 8.4
2 parents 31f0f09 + 9fa6cf2 commit c823d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
37+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
3838
min_stability: ['']
3939
name_suffix: ['']
4040
include:

0 commit comments

Comments
 (0)