Skip to content

Commit

Permalink
ci: do not run tests on PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Oct 24, 2024
1 parent 2687f23 commit d3a654b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '8.0', '8.1', '8.2' ]
laravel: [ '8.*', '9.*', '10.*' ]
stability: [ prefer-lowest, prefer-stable ]
exclude:
- laravel: '8.*'
php: '8.2'
- laravel: '9.*'
php: '7.4'
- laravel: '10.*'
php: '7.4'
- laravel: '10.*'
php: '8.0'

Expand Down

0 comments on commit d3a654b

Please sign in to comment.