Skip to content

Commit 40e675c

Browse files
committed
Add PHP 8.4 and Symfony 8 to CI matrix
1 parent 7bb604c commit 40e675c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,30 @@ jobs:
2323
- '8.0'
2424
- '8.1'
2525
- '8.2'
26+
- '8.4'
2627
symfony-version:
2728
- '4.4.*'
2829
- '5.4.*'
2930
- '6.0.*'
3031
- '7.0.*'
32+
- '8.0.*'
3133
exclude:
3234
- php-version: '7.4'
3335
symfony-version: '6.0.*'
3436
- php-version: '7.4'
3537
symfony-version: '7.0.*'
38+
- php-version: '7.4'
39+
symfony-version: '8.0.*'
3640
- php-version: '8.0'
3741
symfony-version: '7.0.*'
42+
- php-version: '8.0'
43+
symfony-version: '8.0.*'
3844
- php-version: '8.1'
3945
symfony-version: '7.0.*'
46+
- php-version: '8.1'
47+
symfony-version: '8.0.*'
48+
- php-version: '8.2'
49+
symfony-version: '8.0.*'
4050
steps:
4151
- name: Checkout
4252
uses: actions/checkout@v2

0 commit comments

Comments
 (0)