Reverted Laravel 6.x but removed ^7.2 testing
This commit is contained in:
parent
aa2e9c1cdc
commit
bb8823d05c
|
|
@ -22,12 +22,15 @@ jobs:
|
||||||
- '7.3'
|
- '7.3'
|
||||||
- '7.4'
|
- '7.4'
|
||||||
laravel:
|
laravel:
|
||||||
|
- 6.*
|
||||||
- 7.*
|
- 7.*
|
||||||
- 8.*
|
- 8.*
|
||||||
prefer:
|
prefer:
|
||||||
- 'prefer-lowest'
|
- 'prefer-lowest'
|
||||||
- 'prefer-stable'
|
- 'prefer-stable'
|
||||||
include:
|
include:
|
||||||
|
- laravel: '6.*'
|
||||||
|
testbench: '4.*'
|
||||||
- laravel: '7.*'
|
- laravel: '7.*'
|
||||||
testbench: '5.*'
|
testbench: '5.*'
|
||||||
- laravel: '8.*'
|
- laravel: '8.*'
|
||||||
|
|
|
||||||
|
|
@ -35,12 +35,12 @@
|
||||||
"evenement/evenement": "^2.0|^3.0",
|
"evenement/evenement": "^2.0|^3.0",
|
||||||
"facade/ignition-contracts": "^1.0",
|
"facade/ignition-contracts": "^1.0",
|
||||||
"guzzlehttp/psr7": "^1.5",
|
"guzzlehttp/psr7": "^1.5",
|
||||||
"illuminate/broadcasting": "^7.0|^8.0",
|
"illuminate/broadcasting": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/console": "^7.0|^8.0",
|
"illuminate/console": "^^6.3|7.0|^8.0",
|
||||||
"illuminate/http": "^7.0|^8.0",
|
"illuminate/http": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/queue": "^7.0|^8.0",
|
"illuminate/queue": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/routing": "^7.0|^8.0",
|
"illuminate/routing": "^6.3|^7.0|^8.0",
|
||||||
"illuminate/support": "^7.0|^8.0",
|
"illuminate/support": "^6.3|^7.0|^8.0",
|
||||||
"pusher/pusher-php-server": "^4.0",
|
"pusher/pusher-php-server": "^4.0",
|
||||||
"react/promise": "^2.0",
|
"react/promise": "^2.0",
|
||||||
"symfony/http-kernel": "^4.0|^5.0",
|
"symfony/http-kernel": "^4.0|^5.0",
|
||||||
|
|
@ -49,8 +49,8 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"clue/block-react": "^1.4",
|
"clue/block-react": "^1.4",
|
||||||
"laravel/legacy-factories": "^1.1",
|
"laravel/legacy-factories": "^1.1",
|
||||||
"orchestra/testbench-browser-kit": "^5.0|^6.0",
|
"orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0",
|
||||||
"orchestra/database": "^5.0|^6.0",
|
"orchestra/database": "^4.0|^5.0|^6.0",
|
||||||
"phpunit/phpunit": "^8.0|^9.0"
|
"phpunit/phpunit": "^8.0|^9.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue