Skip to content

Commit 80cb92a

Browse files
committed
Remove rdkafka group from CI matrix
1 parent 28292de commit 80cb92a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,13 @@ jobs:
126126
php: ['7.4', '8.0', '8.1'] # same as in the container
127127
symfony_version: ['5.4.*', '6.2.*']
128128
dependencies: ['--prefer-lowest', '--prefer-dist']
129-
rdkafka_action: ['exclude-group', 'group']
130129
exclude:
131130
- php: '7.4'
132131
symfony_version: '6.2.*'
133132
- php: '8.0'
134133
symfony_version: '6.2.*'
135134

136-
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, rdkafka_action=${{ matrix.rdkafka_action }}, deps=${{ matrix.dependencies }}
135+
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
137136

138137
steps:
139138
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)