Skip to content

Commit 84a40b7

Browse files
committed
drop support for php 7.3
1 parent 3d455e3 commit 84a40b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
php: [ 7.3, 7.4, 8.0, 8.1]
8+
php: [ 7.4, 8.0, 8.1]
99
laravel: [9.*, 8.*, 7.*]
1010
exclude:
1111
- laravel: 9.*
12-
php: [ 7.3, 7.4 ]
12+
php: 7.4
1313
- laravel: 7.*
1414
php: 8.1
1515
include:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php" : "^7.2 || ^8.0",
13+
"php" : "^7.4 || ^8.0",
1414
"hashids/hashids": "^4.0",
1515
"illuminate/contracts": ">=6.18",
1616
"illuminate/config": ">=6.18",

0 commit comments

Comments
 (0)