Skip to content

Commit eb55266

Browse files
authored
Merge pull request #5 from stof/php_82
Add a CI job for PHP 8.2
2 parents a03b410 + e0e864e commit eb55266

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
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
php: [ '7.4', '8.0', '8.1' ]
39+
php: [ '7.4', '8.0', '8.1', '8.2' ]
4040
min_stability: [ '' ]
4141
name_suffix: [ '' ]
4242
composer_flags: [ '' ]

0 commit comments

Comments
 (0)