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

Commit bb8823d

Browse files
committed
Reverted Laravel 6.x but removed ^7.2 testing
1 parent aa2e9c1 commit bb8823d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ jobs:
2222
- '7.3'
2323
- '7.4'
2424
laravel:
25+
- 6.*
2526
- 7.*
2627
- 8.*
2728
prefer:
2829
- 'prefer-lowest'
2930
- 'prefer-stable'
3031
include:
32+
- laravel: '6.*'
33+
testbench: '4.*'
3134
- laravel: '7.*'
3235
testbench: '5.*'
3336
- laravel: '8.*'

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"evenement/evenement": "^2.0|^3.0",
3636
"facade/ignition-contracts": "^1.0",
3737
"guzzlehttp/psr7": "^1.5",
38-
"illuminate/broadcasting": "^7.0|^8.0",
39-
"illuminate/console": "^7.0|^8.0",
40-
"illuminate/http": "^7.0|^8.0",
41-
"illuminate/queue": "^7.0|^8.0",
42-
"illuminate/routing": "^7.0|^8.0",
43-
"illuminate/support": "^7.0|^8.0",
38+
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
39+
"illuminate/console": "^^6.3|7.0|^8.0",
40+
"illuminate/http": "^6.3|^7.0|^8.0",
41+
"illuminate/queue": "^6.3|^7.0|^8.0",
42+
"illuminate/routing": "^6.3|^7.0|^8.0",
43+
"illuminate/support": "^6.3|^7.0|^8.0",
4444
"pusher/pusher-php-server": "^4.0",
4545
"react/promise": "^2.0",
4646
"symfony/http-kernel": "^4.0|^5.0",
@@ -49,8 +49,8 @@
4949
"require-dev": {
5050
"clue/block-react": "^1.4",
5151
"laravel/legacy-factories": "^1.1",
52-
"orchestra/testbench-browser-kit": "^5.0|^6.0",
53-
"orchestra/database": "^5.0|^6.0",
52+
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
53+
"orchestra/database": "^4.0|^5.0|^6.0",
5454
"phpunit/phpunit": "^8.0|^9.0"
5555
},
5656
"suggest": {

0 commit comments

Comments
 (0)