We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28292de commit 80cb92aCopy full SHA for 80cb92a
.github/workflows/ci.yml
@@ -126,14 +126,13 @@ jobs:
126
php: ['7.4', '8.0', '8.1'] # same as in the container
127
symfony_version: ['5.4.*', '6.2.*']
128
dependencies: ['--prefer-lowest', '--prefer-dist']
129
- rdkafka_action: ['exclude-group', 'group']
130
exclude:
131
- php: '7.4'
132
symfony_version: '6.2.*'
133
- php: '8.0'
134
135
136
- name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, rdkafka_action=${{ matrix.rdkafka_action }}, deps=${{ matrix.dependencies }}
+ name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
137
138
steps:
139
- uses: actions/checkout@v2
0 commit comments