Skip to content

Commit

Permalink
Drop support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jul 1, 2024
1 parent a475303 commit 12381d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phptest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
php: [8.0, 8.1, 8.2, 8.3]
laravel: ['8.*', '11.*']
include:
- php: 8.0
Expand All @@ -27,8 +27,6 @@ jobs:
- php: '8.2'
laravel: 11.*
exclude:
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"php": "^8.0",
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0",
"kitloong/laravel-app-logger": "^1.0",
"spatie/laravel-package-tools": "^1.4.3",
Expand Down

0 comments on commit 12381d7

Please sign in to comment.