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

Commit 00dd9b0

Browse files
authored
Merge pull request #506 from faustbrian/patch-1
support laravel 8
2 parents bbd48d3 + 4fb318a commit 00dd9b0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ 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.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820
- laravel: 6.*
1921
testbench: 4.*
20-
- laravel: 5.8.*
21-
testbench: 3.8.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2424

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"clue/buzz-react": "^2.5",
2929
"facade/ignition-contracts": "^1.0",
3030
"guzzlehttp/psr7": "^1.5",
31-
"illuminate/broadcasting": "5.8.*|^6.0|^7.0",
32-
"illuminate/console": "5.8.*|^6.0|^7.0",
33-
"illuminate/http": "5.8.*|^6.0|^7.0",
34-
"illuminate/routing": "5.8.*|^6.0|^7.0",
35-
"illuminate/support": "5.8.*|^6.0|^7.0",
31+
"illuminate/broadcasting": "^6.0|^7.0|^8.0",
32+
"illuminate/console": "^6.0|^7.0|^8.0",
33+
"illuminate/http": "^6.0|^7.0|^8.0",
34+
"illuminate/routing": "^6.0|^7.0|^8.0",
35+
"illuminate/support": "^6.0|^7.0|^8.0",
3636
"pusher/pusher-php-server": "^3.0|^4.0",
3737
"react/dns": "^1.1",
3838
"symfony/http-kernel": "^4.0|^5.0",
3939
"symfony/psr-http-message-bridge": "^1.1|^2.0"
4040
},
4141
"require-dev": {
4242
"mockery/mockery": "^1.3",
43-
"orchestra/testbench": "3.8.*|^4.0|^5.0",
43+
"orchestra/testbench": "^4.0|^5.0|^6.0",
4444
"phpunit/phpunit": "^8.0|^9.0"
4545
},
4646
"autoload": {

0 commit comments

Comments
 (0)