Skip to content

Commit

Permalink
Exclude Symfony7 + php8.1 combo from the matrix as it is inherently i…
Browse files Browse the repository at this point in the history
…ncompatible
  • Loading branch information
mkilmanas committed May 27, 2024
1 parent e30ef6f commit 9cdae2d
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 @@ -19,6 +19,9 @@ jobs:
- "8.3"
operating-system:
- "ubuntu-latest"
exclude:
- symfony-version: "7.0.*"
php-version: "8.1"

runs-on: ${{ matrix.operating-system }}
env:
Expand Down

0 comments on commit 9cdae2d

Please # to comment.