Skip to content

Commit

Permalink
Merge pull request #171 from avored/developed
Browse files Browse the repository at this point in the history
Developed
  • Loading branch information
indpurvesh authored Feb 6, 2021
2 parents 4a0c4b9 + 32c8799 commit d7e31eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/avored-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
matrix:
# php: ['7.2', '7.3', '7.4']
php: ['7.3']
laravel: ['5.8.*', '6.*', '7.*', '8.*']
laravel: ['6.*', '7.*', '8.*']
include:
- laravel: '5.8.*'
testbench: '3.8.*'
- laravel: '6.*'
testbench: '4.*'
- laravel: '7.*'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"laravel/passport": "^7.4|^8.0|^9.0|^10.0",
"barryvdh/laravel-dompdf": "^0.8.4",
"laravel/helpers": "^1.1",
"laravel/framework" : "^5.8.15|^6.0|^7.0|^8.0",
"laravel/framework" : "6.*|7.*|8.*",
"avored/assets" : "^1.0",
"rebing/graphql-laravel": "^5.1",
"laravel/ui": "^2.0|^1.0",
"doctrine/dbal": "^2.10",
"laravel/legacy-factories": "^1.0",
"illuminate/macroable": "^8.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"darkghosthunter/rememberable-query": "^1.1"
"darkghosthunter/rememberable-query": "dev-master"
},
"require-dev" : {
"phpunit/phpunit": "^8.0|^9.0",
Expand Down

0 comments on commit d7e31eb

Please sign in to comment.