Skip to content

Commit 1e33e23

Browse files
committed
build(deps): drop support for PHP 7
1 parent fb525fb commit 1e33e23

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4, 8.0, 8.1]
12+
php: [8.0, 8.1]
1313
laravel: [8.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
exclude:
1616
- php: 8.1
1717
laravel: 8.*
1818
dependency-version: prefer-lowest
19-
- php: 7.3
20-
laravel: 9.*
21-
- php: 7.4
22-
laravel: 9.*
2319
include:
2420
- laravel: 8.*
2521
testbench: 6.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3|^8.0",
19+
"php": "^8.0",
2020
"illuminate/console": "^8.0|^9.0",
2121
"illuminate/support": "^8.0|^9.0"
2222
},

0 commit comments

Comments
 (0)