Skip to content

Commit 9c81491

Browse files
authored
Merge pull request #15 from eXolnet/feature/drop-php8.0-support
build(deps): drop php 8.0 support
2 parents 0e5afa0 + fdb549f commit 9c81491

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [8.0, 8.1, 8.2]
12+
php: [8.1, 8.2]
1313
laravel: [9.*, 10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15-
exclude:
16-
- php: 8.0
17-
laravel: 10.*
1815
include:
1916
- laravel: 9.*
2017
testbench: 7.*

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": "^8.0",
19+
"php": "^8.1",
2020
"illuminate/console": "^9.0|^10.0",
2121
"illuminate/support": "^9.0|^10.0"
2222
},

0 commit comments

Comments
 (0)