Skip to content

Commit dfeb247

Browse files
authored
chore: test Foundry on PHP 8.4 & sf 7.2 (#709)
1 parent 6d772b7 commit dfeb247

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [ 8.1, 8.2, 8.3 ]
17-
symfony: [ 6.4.*, 7.1.* ]
16+
php: [ 8.1, 8.2, 8.3, 8.4 ]
17+
symfony: [ 6.4.*, 7.1.*, 7.2.* ]
1818
database: [ mysql, mongo ]
1919

2020
# default values:
@@ -26,6 +26,7 @@ jobs:
2626

2727
exclude:
2828
- {php: 8.1, symfony: 7.1.*}
29+
- {php: 8.1, symfony: 7.2.*}
2930
include:
3031
- {php: 8.3, symfony: '*', database: none}
3132
- {php: 8.3, symfony: '*', database: mysql|mongo}

0 commit comments

Comments
 (0)