Skip to content

Commit a17db59

Browse files
authored
Merge pull request #16 from stof/php_8_1
Add CI job on PHP 9.1
2 parents c47da61 + 28634de commit a17db59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php: [ '7.4', '8.0' ]
26+
php: [ '7.4', '8.0', '8.1' ]
2727
min_stability: [ '' ]
2828
name_suffix: [ '' ]
2929
composer_flags: [ '' ]

0 commit comments

Comments
 (0)