Skip to content

Commit

Permalink
Merge pull request #12 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 authored Oct 3, 2022
2 parents b7c1fa8 + 2b98f61 commit 105f802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [8.0, 8.1]
laravel: [8.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"laravel/framework": "^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 105f802

Please sign in to comment.