Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef authored Dec 1, 2023
1 parent 7e0cfa9 commit c0745db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
symfony-version:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '6.1.*'
- '6.4.*'
- '7.0.*'
exclude:
- php-version: '7.4'
symfony-version: '6.0.*'
symfony-version: '7.0.*'
- php-version: '8.0'
symfony-version: '6.1.*'
symfony-version: '6.4.*'
- php-version: '7.4'
symfony-version: '6.1.*'
symfony-version: '6.4.*'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c0745db

Please sign in to comment.