Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
buchmarv committed Aug 27, 2024
1 parent 25608dc commit f194655
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,8 @@ jobs:
max-parallel: 4
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
symfony: ['^4.4', '^5.4', '^6.0']
exclude:
- symfony: '^6.0'
php: '7.4'
include:
- symfony: '^4.4'
deprecations: 'max[self]=0'
- symfony: '^5.4'
deprecations: ''
php: ['8.1', '8.2', '8.3']
symfony: ['^5.4', '^6.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f194655

Please sign in to comment.