Skip to content

Commit

Permalink
add Symfony 7.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jun 12, 2024
1 parent 86dd5d1 commit 18ea4fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
- php-version: 8.3
symfony-require: "7.0.*"
doctrine-annotations: false

- php-version: 8.2
symfony-require: "7.1.*"
doctrine-annotations: false
- php-version: 8.3
symfony-require: "7.1.*"
doctrine-annotations: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 18ea4fb

Please sign in to comment.