Skip to content

Commit

Permalink
Exclude php 8.1 for Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Oct 23, 2023
1 parent 3ed2c86 commit a6f6b32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- '^6.3'
- '^6.4'
- '^7.0'
exclude:
- symfony: '^7.0'
php-versions: '8.1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a6f6b32

Please sign in to comment.