Skip to content

Commit

Permalink
Remove unsupported versions from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Nov 26, 2024
1 parent 9aeab61 commit a679dc8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2']
contao: ['4.13', '5.0', '5.1']
php: ['7.4', '8.1', '8.2', '8.3', '8.4']
contao: ['4.13', '5.3', '5.4']
exclude:
- php: '7.4'
contao: '5.0'
contao: '5.3'
- php: '7.4'
contao: '5.1'
- php: '8.0'
contao: '5.0'
- php: '8.0'
contao: '5.1'
contao: '5.4'
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit a679dc8

Please sign in to comment.