Skip to content

Commit d38fc1d

Browse files
committed
Remove php 8 from the build matrix for now
1 parent 642c5ef commit d38fc1d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

-17
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,6 @@ jobs:
136136
functional_tests: false
137137
rdkafka_tests: true
138138
prepare_container: true
139-
- php: 8.0
140-
symfony_version: 5.2.*
141-
unit_tests: true
142-
functional_tests: false
143-
rdkafka_tests: false
144-
prepare_container: false
145-
- php: 8.0
146-
symfony_version: 5.2.*
147-
unit_tests: false
148-
functional_tests: true
149-
rdkafka_tests: false
150-
prepare_container: true
151-
- php: 8.0
152-
symfony_version: 5.2.*
153-
unit_tests: false
154-
rdkafka_tests: true
155-
prepare_container: true
156139

157140
name: PHP ${{ matrix.php }} tests on Sf ${{ matrix.symfony_version }}, unit=${{ matrix.unit_tests }}, func=${{ matrix.functional_tests }}, rdkafka=${{ matrix.rdkafka_tests }}
158141

0 commit comments

Comments
 (0)