Skip to content

Commit

Permalink
Use right Symfony version in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Dec 9, 2024
1 parent 6b2dbb9 commit 7591e38
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 @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
php: ["8.1", "8.2", "8.3"]
symfony: ["^5.4", "^6.4"]
symfony: ["5.4.*", "6.4.*"]
node: ["20.x"]
mysql: ["8.0"]

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

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

-
name: Setup PHP
Expand Down

0 comments on commit 7591e38

Please sign in to comment.