Skip to content

Commit 749cfba

Browse files
committed
Add a CI job on PHP 8.2
1 parent 5235dec commit 749cfba

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)