Skip to content

Commit

Permalink
chore: test Foundry on PHP 8.4 & sf 7.2 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored Oct 25, 2024
1 parent 6d772b7 commit dfeb247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2, 8.3 ]
symfony: [ 6.4.*, 7.1.* ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
symfony: [ 6.4.*, 7.1.*, 7.2.* ]
database: [ mysql, mongo ]

# default values:
Expand All @@ -26,6 +26,7 @@ jobs:

exclude:
- {php: 8.1, symfony: 7.1.*}
- {php: 8.1, symfony: 7.2.*}
include:
- {php: 8.3, symfony: '*', database: none}
- {php: 8.3, symfony: '*', database: mysql|mongo}
Expand Down

0 comments on commit dfeb247

Please sign in to comment.