Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d69640

Browse files
committed
Re-add php 8 and sf 5.2
1 parent d2e4f39 commit 2d69640

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
php: ['7.3', '7.4']
68-
symfony_version: ['4.3.*', '4.4.*', '5.0.*']
67+
php: ['7.3', '7.4', '8.0']
68+
symfony_version: ['4.3.*', '4.4.*', '5.0.*', '5.2.*']
6969
dependencies: ['lowest', 'highest']
7070
name: PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
7171

@@ -94,8 +94,8 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
php: ['7.3'] # same as in the container
98-
symfony_version: ['4.3.*', '5.0.*']
97+
php: ['7.3', '8.0'] # same as in the container
98+
symfony_version: ['4.3.*', '5.0.*', '5.2.*']
9999
dependencies: ['lowest', 'highest']
100100
rdkafka_action: ['exclude-group', 'group']
101101

0 commit comments

Comments
 (0)