Skip to content

Commit a107bfe

Browse files
committed
remove l 5.8 support
1 parent da3632e commit a107bfe

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.0, 7.4]
13-
laravel: [8.*, 5.8.*, 6.*, 7.*]
12+
php: [8.0, 7.4, 7.3]
13+
laravel: [8.*, 7.*, 6.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 8.*
@@ -19,8 +19,6 @@ jobs:
1919
testbench: 5.*
2020
- laravel: 6.*
2121
testbench: 4.*
22-
- laravel: 5.8.*
23-
testbench: 3.8.*
2422

2523
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2624

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"prefer-stable": true,
2323
"require": {
2424
"php": "^7.2|^8.0",
25-
"illuminate/http": "^5.8|^6.0|^7.0|^8.0"
25+
"illuminate/http": "^6.0|^7.0|^8.0"
2626
},
2727
"require-dev": {
28-
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
28+
"orchestra/testbench": "^4.0|^5.0|^6.0",
2929
"phpunit/phpunit": "^8.0|^9.3"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)