Skip to content

Commit

Permalink
[github action] fix symfony version in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosri Bahri committed Apr 5, 2024
1 parent 9f6e8ec commit d0ff51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
latest: [false]
include:
- php: 8.1
symfony: 7.0
symfony: '7.0'
composer: 2
latest: false
- php: 8.2
symfony: 7.0
symfony: '7.0'
composer: 2
latest: true
name: "[Package] SF v${{ matrix.symfony }} PHP ${{ matrix.php }}"
Expand Down

0 comments on commit d0ff51c

Please sign in to comment.