Skip to content

Commit

Permalink
Add Symfony 7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Nov 13, 2023
1 parent f3e0019 commit 156e484
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "^9.2.16"

symfony-version:
- "^7.0"
- "^6.0"
- "^5.0"
- "^4.4"
Expand All @@ -42,6 +43,14 @@ jobs:
- "pcov"

exclude:
- php-version: "8.1"
symfony-version: "^7.0"
- php-version: "8.0"
symfony-version: "^7.0"
- php-version: "7.4"
symfony-version: "^7.0"
- php-version: "7.3"
symfony-version: "^7.0"
- php-version: "7.4"
symfony-version: "^6.0"
- php-version: "7.3"
Expand Down

0 comments on commit 156e484

Please sign in to comment.