Skip to content

Commit

Permalink
Update workflow configuration:
Browse files Browse the repository at this point in the history
- add Symfony 7.0
  • Loading branch information
webeweb committed Dec 4, 2023
1 parent 556dc5b commit b9225a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- php-version: "8.1"
symfony-version: "6.4.*"
symfony-label: ": Symfony 6.4.*"
- php-version: "8.2"
symfony-version: "7.0.*"
symfony-label: ": Symfony 7.0.*"

steps:
- name: "Checkout"
Expand Down

0 comments on commit b9225a4

Please sign in to comment.