Skip to content

Commit f249683

Browse files
committed
Add PHP 8.2
1 parent c4d3970 commit f249683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
fail-fast: false
7979
matrix:
80-
php: ['7.4', '8.0', '8.1']
80+
php: ['7.4', '8.0', '8.1', '8.2']
8181
symfony_version: ['5.4.*', '6.2.*']
8282
dependencies: ['--prefer-lowest', '--prefer-dist']
8383
exclude:
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
php: ['7.4', '8.0', '8.1'] # same as in the container
126+
php: ['7.4', '8.0', '8.1', '8.2'] # same as in the container
127127
symfony_version: ['5.4.*', '6.2.*']
128128
dependencies: ['--prefer-lowest', '--prefer-dist']
129129
rdkafka_action: ['exclude-group', 'group']

0 commit comments

Comments
 (0)