Skip to content

Commit d0d3131

Browse files
committed
Add Symfony 8 and PHP 8.5 to CI matrix
1 parent 8dde1cd commit d0d3131

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php: [8.1, 8.2, 8.3, 8.4]
23-
symfony: [5.4.*, 6.4.*, 7.1.*, 7.2.*]
22+
php: [8.1, 8.2, 8.3, 8.4, 8.5]
23+
symfony: [5.4.*, 6.4.*, 7.4.*, 8.0.*]
2424
orm: [^2.20, ^3.3]
2525
exclude:
2626
- php: 8.1
27-
symfony: 7.0.*
27+
symfony: 7.4.*
2828
- php: 8.1
29-
symfony: 7.1.*
30-
- php: 8.1
31-
symfony: 7.2.*
29+
symfony: 8.0.*
30+
- php: 8.2
31+
symfony: 8.0.*
32+
- php: 8.3
33+
symfony: 8.0.*
3234

3335
steps:
3436
-

0 commit comments

Comments
 (0)