Skip to content

Commit

Permalink
remove 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Feb 6, 2021
1 parent 4a7ab42 commit 61a4f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"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.*|^7.*|^8.*",
"laravel/framework" : "6.*|7.*|8.*",
"avored/assets" : "^1.0",
"rebing/graphql-laravel": "^5.1",
"laravel/ui": "^2.0|^1.0",
Expand Down

0 comments on commit 61a4f20

Please sign in to comment.