Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 8e6ca73

Browse files
authored
Merge pull request #452 from beyondcode/update/deprecate-5.8
[2.x] Remove support for Laravel 5.8
2 parents edcecff + 4bd5273 commit 8e6ca73

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [7.4, 7.3, 7.2]
13-
laravel: [5.8.*, 6.*, 7.*]
13+
laravel: [6.*, 7.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 7.*
1717
testbench: 5.*
1818
- laravel: 6.*
1919
testbench: 4.*
20-
- laravel: 5.8.*
21-
testbench: 3.8.*
2220

2321
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2422

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"clue/redis-react": "^2.3",
3030
"facade/ignition-contracts": "^1.0",
3131
"guzzlehttp/psr7": "^1.5",
32-
"illuminate/broadcasting": "5.8.*|^6.0|^7.0",
33-
"illuminate/console": "5.8.*|^6.0|^7.0",
34-
"illuminate/http": "5.8.*|^6.0|^7.0",
35-
"illuminate/routing": "5.8.*|^6.0|^7.0",
36-
"illuminate/support": "5.8.*|^6.0|^7.0",
32+
"illuminate/broadcasting": "^6.0|^7.0",
33+
"illuminate/console": "^6.0|^7.0",
34+
"illuminate/http": "^6.0|^7.0",
35+
"illuminate/routing": "^6.0|^7.0",
36+
"illuminate/support": "^6.0|^7.0",
3737
"pusher/pusher-php-server": "^3.0|^4.0",
3838
"react/dns": "^1.1",
3939
"symfony/http-kernel": "^4.0|^5.0",

0 commit comments

Comments
 (0)