We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e4f39 commit 2d69640Copy full SHA for 2d69640
.github/workflows/ci.yml
@@ -64,8 +64,8 @@ jobs:
64
strategy:
65
fail-fast: false
66
matrix:
67
- php: ['7.3', '7.4']
68
- symfony_version: ['4.3.*', '4.4.*', '5.0.*']
+ php: ['7.3', '7.4', '8.0']
+ symfony_version: ['4.3.*', '4.4.*', '5.0.*', '5.2.*']
69
dependencies: ['lowest', 'highest']
70
name: PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
71
@@ -94,8 +94,8 @@ jobs:
94
95
96
97
- php: ['7.3'] # same as in the container
98
- symfony_version: ['4.3.*', '5.0.*']
+ php: ['7.3', '8.0'] # same as in the container
+ symfony_version: ['4.3.*', '5.0.*', '5.2.*']
99
100
rdkafka_action: ['exclude-group', 'group']
101
0 commit comments