We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f873a commit fb348b1Copy full SHA for fb348b1
.github/workflows/ci.yml
@@ -106,6 +106,11 @@ jobs:
106
symfony_version: ['4.3.*', '5.0.*', '5.2.*']
107
dependencies: ['lowest', 'highest']
108
rdkafka_action: ['exclude-group', 'group']
109
+ exclude:
110
+ - php: '8.0'
111
+ symfony_version: '4.3.*'
112
113
+ symfony_version: '5.0.*'
114
115
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, rdkafka_action=${{ matrix.rdkafka_action }}, deps=${{ matrix.dependencies }}
116
0 commit comments