Skip to content

Commit

Permalink
Merge pull request #9 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 115d973 + d754fa5 commit f4826df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 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.3
laravel: 9.*
- 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 @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^8.0",
"illuminate/support": "^8.0|^9.0",
"laravelcollective/html": "^6.2.1"
},
Expand Down

0 comments on commit f4826df

Please sign in to comment.