Skip to content

Commit 0471a85

Browse files
Add PHP 8.2 and Symfony 7 to CI matrix
1 parent c8047b2 commit 0471a85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-version: ['7.4', '8.0', '8.1']
21+
php-version: ['7.4', '8.0', '8.1', '8.2']
2222
coverage-driver: [pcov]
23-
symfony-require: ['^4', '^5', '^6']
23+
symfony-require: ['^4', '^5', '^6', '^7']
2424
exclude:
2525
- symfony-require: "^6"
26-
php-version: "7.4"
26+
php-version: "<8.0.2"
27+
- symfony-require: "^7"
28+
php-version: "<8.2.0"
2729

2830
name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }}, with Symfony ${{ matrix.symfony-require }}
2931

0 commit comments

Comments
 (0)