Skip to content

Commit

Permalink
AC-282: exclude some php-symfony pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Krasnoholovets committed Mar 10, 2025
1 parent e7beabf commit d65de73
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ jobs:
- '6.*'
dependency:
- 'highest'
include:
- { php: '7.0', symfony: '3.*', dependency: 'lowest' }
exclude:
- { php: '7.1', symfony: '5.*' }
- { php: '7.1', symfony: '6.*' }
- { php: '7.2', symfony: '6.*' }
- { php: '7.3', symfony: '6.*' }
- { php: '7.4', symfony: '6.*' }

steps:
- name: Checkout
Expand Down

0 comments on commit d65de73

Please sign in to comment.