Skip to content

Commit

Permalink
Merge pull request #13 from eXolnet/feature/drop-php-7-support
Browse files Browse the repository at this point in the history
build(deps): drop support for PHP 7
  • Loading branch information
xel1045 committed Oct 3, 2022
2 parents 2667c41 + 0f69f75 commit acb3fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
laravel: 8.*
dependency-version: prefer-lowest
- php: 7.4
laravel: 9.*
include:
- laravel: 8.*
testbench: 6.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"illuminate/database": "^8.0|^9.0"
},
"require-dev": {
Expand Down

0 comments on commit acb3fcc

Please sign in to comment.