Skip to content

Commit

Permalink
Add SF 7.0 to GH actions
Browse files Browse the repository at this point in the history
Excluding all PHP versions lower than 8.2, as Symfony 7.0 minimum requirement
is PHP 8.2.
  • Loading branch information
jerowork committed Feb 6, 2024
1 parent 66b8419 commit ac38982
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,21 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony-version:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '7.0.*'
exclude:
- php-version: '7.4'
symfony-version: '6.0.*'
- php-version: '7.4'
symfony-version: '7.0.*'
- php-version: '8.0'
symfony-version: '7.0.*'
- php-version: '8.1'
symfony-version: '7.0.*'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit ac38982

Please sign in to comment.