Skip to content

Commit fb348b1

Browse files
committed
Remove old sf from php8 in functional tests
1 parent f1f873a commit fb348b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ jobs:
106106
symfony_version: ['4.3.*', '5.0.*', '5.2.*']
107107
dependencies: ['lowest', 'highest']
108108
rdkafka_action: ['exclude-group', 'group']
109+
exclude:
110+
- php: '8.0'
111+
symfony_version: '4.3.*'
112+
- php: '8.0'
113+
symfony_version: '5.0.*'
109114

110115
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, rdkafka_action=${{ matrix.rdkafka_action }}, deps=${{ matrix.dependencies }}
111116

0 commit comments

Comments
 (0)