Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 27, 2024
1 parent 90a247b commit 67994e3
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,11 @@ jobs:
# Latest Symfony version support
- os: macos-latest
php_version: "8.3"
symfony_version: "7.0"
stability: "stable"
- os: macos-latest
php_version: "8.4"
symfony_version: "7.0"
symfony_version: "7.1"
stability: "stable"
- os: windows-latest
php_version: "8.3"
symfony_version: "7.0"
stability: "stable"
- os: windows-latest
php_version: "8.4"
symfony_version: "7.0"
symfony_version: "7.1"
stability: "stable"
# LTS Symfony version support
- os: macos-latest
Expand All @@ -100,12 +92,16 @@ jobs:
symfony_version: "6.4"
stability: "stable"
- os: ubuntu-latest
php_version: "8.3"
php_version: "8.2"
symfony_version: "7.0"
stability: "stable"
- os: ubuntu-latest
php_version: "8.3"
symfony_version: "7.1"
stability: "stable"
- os: ubuntu-latest
php_version: "8.4"
symfony_version: "7.0"
symfony_version: "7.1"
stability: "stable"
# Upcoming Symfony versions
- os: ubuntu-latest
Expand Down

0 comments on commit 67994e3

Please sign in to comment.