Skip to content

Commit 21ee268

Browse files
committed
travis: remove testing for Laravel 5.8
It's officially not supported anymore since 2020-02-26
1 parent bb32622 commit 21ee268

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,20 @@ matrix:
1515
include:
1616
- php: '7.1'
1717
env: LARAVEL='5.5.*'
18-
- php: '7.1'
19-
env: LARAVEL='5.8.*'
2018
- php: '7.2'
2119
env: LARAVEL='5.5.*'
22-
- php: '7.2'
23-
env: LARAVEL='5.8.*'
2420
- php: '7.2'
2521
env: LARAVEL='^6.0'
2622
- php: '7.2'
2723
env: LARAVEL='^7.0'
2824
- php: '7.3'
2925
env: LARAVEL='5.5.*'
30-
- php: '7.3'
31-
env: LARAVEL='5.8.*'
3226
- php: '7.3'
3327
env: LARAVEL='^6.0'
3428
- php: '7.3'
3529
env: LARAVEL='^7.0' INSTALL_LARAVEL=1 INSTALL_LUMEN=1
3630
- php: '7.3'
3731
env: LARAVEL='dev-master'
38-
- php: '7.4'
39-
env: LARAVEL='5.8.*'
4032
- php: '7.4'
4133
env: LARAVEL='^6.0'
4234
- php: '7.4'

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ CHANGELOG
1212
- 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)
1313
### Changed
1414
- Refactor route files with the goal of making adding subscription support easier [\#575 / crissi](https://github.com/rebing/graphql-laravel/pull/575)
15+
### Removed
16+
- Official support for Laravel 5.8 has been removed [\596 / mfn](https://github.com/rebing/graphql-laravel/pull/596)
1517

1618
2019-12-09, 4.0.0
1719
-----------------

0 commit comments

Comments
 (0)