Skip to content

Commit

Permalink
Remove PHP 7.4 and 8.0 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 8, 2023
1 parent 25686c2 commit 3a12216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1']
php: ['8.1']
symfony: ['~5.4.0']
phpunit: ['phpunit.xml']
deps: ['normal']
include:
- php: '7.4'
- php: '8.1'
symfony: '~5.4.0'
phpunit: 'phpunit.xml'
deps: 'low'
Expand Down

0 comments on commit 3a12216

Please sign in to comment.