We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d3970 commit f249683Copy full SHA for f249683
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
strategy:
78
fail-fast: false
79
matrix:
80
- php: ['7.4', '8.0', '8.1']
+ php: ['7.4', '8.0', '8.1', '8.2']
81
symfony_version: ['5.4.*', '6.2.*']
82
dependencies: ['--prefer-lowest', '--prefer-dist']
83
exclude:
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
- php: ['7.4', '8.0', '8.1'] # same as in the container
+ php: ['7.4', '8.0', '8.1', '8.2'] # same as in the container
127
128
129
rdkafka_action: ['exclude-group', 'group']
0 commit comments