Skip to content

Commit

Permalink
Bump Symfony to ^7.1 in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 11, 2024
1 parent 5e27a5b commit 0c6f0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.3"]
symfony: ["^6.4", "^7.0"]
symfony: ["^6.4", "^7.1"]
node: ["20.x"]
mysql: ["8.4"]

Expand All @@ -38,7 +38,7 @@ jobs:

steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v4

-
name: Setup PHP
Expand Down

0 comments on commit 0c6f0b0

Please sign in to comment.