Skip to content

Commit

Permalink
New Symfony version tested in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Jul 20, 2024
1 parent e7dbca4 commit b7cd803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Latest Symfony version support
- os: ubuntu-latest
php_version: "8.3"
symfony_version: "7.0"
symfony_version: "7.1"
stability: "stable"
# LTS Symfony version support
- os: ubuntu-latest
Expand All @@ -93,7 +93,7 @@ jobs:
# Upcoming Symfony versions
- os: ubuntu-latest
php_version: "8.3"
symfony_version: "7.1.x-dev"
symfony_version: "7.2.x-dev"
stability: "dev"

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b7cd803

Please sign in to comment.