Skip to content

Commit 69c8099

Browse files
authored
Merge pull request #35 from stof/php82
Add a CI job on PHP 8.2
2 parents 5235dec + 749cfba commit 69c8099

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
26+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
2727
name_suffix: [ '' ]
2828
composer_flags: [ '' ]
2929
symfony_version: [ '' ]

0 commit comments

Comments
 (0)