Skip to content

Commit

Permalink
drop support for php 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veelasky committed Feb 9, 2022
1 parent 3d455e3 commit 84a40b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: [ 7.3, 7.4, 8.0, 8.1]
php: [ 7.4, 8.0, 8.1]
laravel: [9.*, 8.*, 7.*]
exclude:
- laravel: 9.*
php: [ 7.3, 7.4 ]
php: 7.4
- laravel: 7.*
php: 8.1
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php" : "^7.2 || ^8.0",
"php" : "^7.4 || ^8.0",
"hashids/hashids": "^4.0",
"illuminate/contracts": ">=6.18",
"illuminate/config": ">=6.18",
Expand Down

0 comments on commit 84a40b7

Please sign in to comment.