Skip to content

Commit

Permalink
drop PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jun 25, 2024
1 parent 54aed98 commit c93dda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.3', '8.2', '8.1', '8.0', '7.4']
php: ['8.3', '8.2', '8.1', '8.0']
laravel: ['11.*', '10.*', '9.*', '8.*']
dependency-version: ['prefer-lowest', 'prefer-stable']
exclude:
- laravel: '11.*'
php: '8.1'
- laravel: '11.*'
php: '8.0'
- laravel: '11.*'
php: '7.4'
- laravel: '10.*'
php: '8.0'
- laravel: '10.*'
php: '7.4'
- laravel: '9.*'
php: '7.4'
- laravel: '9.*'
dependency-version: 'prefer-lowest'
- laravel: '8.*'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/Astrotomic/laravel-unavatar"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"astrotomic/php-unavatar": "^0.3.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
Expand Down

0 comments on commit c93dda1

Please sign in to comment.