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 c8047b2 commit 0471a85Copy full SHA for 0471a85
.github/workflows/ci.yaml
@@ -18,12 +18,14 @@ jobs:
18
19
strategy:
20
matrix:
21
- php-version: ['7.4', '8.0', '8.1']
+ php-version: ['7.4', '8.0', '8.1', '8.2']
22
coverage-driver: [pcov]
23
- symfony-require: ['^4', '^5', '^6']
+ symfony-require: ['^4', '^5', '^6', '^7']
24
exclude:
25
- symfony-require: "^6"
26
- php-version: "7.4"
+ php-version: "<8.0.2"
27
+ - symfony-require: "^7"
28
+ php-version: "<8.2.0"
29
30
name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }}, with Symfony ${{ matrix.symfony-require }}
31
0 commit comments