Skip to content

Commit

Permalink
Merge pull request #596 from rebing/mfn-remove-5.8
Browse files Browse the repository at this point in the history
[TRAVIS] Remove testing for Laravel 5.8
  • Loading branch information
mfn authored Mar 7, 2020
2 parents bb32622 + 21ee268 commit 956a9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,20 @@ matrix:
include:
- php: '7.1'
env: LARAVEL='5.5.*'
- php: '7.1'
env: LARAVEL='5.8.*'
- php: '7.2'
env: LARAVEL='5.5.*'
- php: '7.2'
env: LARAVEL='5.8.*'
- php: '7.2'
env: LARAVEL='^6.0'
- php: '7.2'
env: LARAVEL='^7.0'
- php: '7.3'
env: LARAVEL='5.5.*'
- php: '7.3'
env: LARAVEL='5.8.*'
- php: '7.3'
env: LARAVEL='^6.0'
- php: '7.3'
env: LARAVEL='^7.0' INSTALL_LARAVEL=1 INSTALL_LUMEN=1
- php: '7.3'
env: LARAVEL='dev-master'
- php: '7.4'
env: LARAVEL='5.8.*'
- php: '7.4'
env: LARAVEL='^6.0'
- php: '7.4'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ CHANGELOG
- Fix the infinite loop as well as sending the correct matching input data to the rule-callback [\#579 / crissi](https://github.com/rebing/graphql-laravel/pull/579)
### Changed
- Refactor route files with the goal of making adding subscription support easier [\#575 / crissi](https://github.com/rebing/graphql-laravel/pull/575)
### Removed
- Official support for Laravel 5.8 has been removed [\596 / mfn](https://github.com/rebing/graphql-laravel/pull/596)

2019-12-09, 4.0.0
-----------------
Expand Down

0 comments on commit 956a9e8

Please sign in to comment.