Skip to content

Commit

Permalink
Avoid issues with legacy symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2025
1 parent b833ea1 commit bcf43fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
deps: ['high', 'low', 'stable']
exclude:
- php: 8.4
dependencies: low

fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit bcf43fa

Please sign in to comment.