Skip to content

Commit

Permalink
Dropped PHP 5.5 builds from Travis
Browse files Browse the repository at this point in the history
TB for 2.1RC1 states PHP 5.5. is no longer supported, so it should be removed from the builds.
  • Loading branch information
David Alger committed May 23, 2016
1 parent b366da3 commit b31867e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ addons:
- postfix
language: php
php:
- 5.5

This comment has been minimized.

Copy link
@orlangur

orlangur May 27, 2016

Contributor

@davidalger it should be done no earlier than composer.json and README are updated.

This comment has been minimized.

Copy link
@davidalger

davidalger May 27, 2016

Member

@orlangur Wouldn't it make sense to just update those then? The official word is PHP 5.5 is not supported for 2.1. Should I open a new PR to update the README as well?

This comment has been minimized.

Copy link
@orlangur

orlangur May 27, 2016

Contributor

Hm, there is a bit of mess here. Just noticed your change was accepted in #4644, so, it was not a direct commit to develop branch.

The #4669 is still in progress :)

Sorry for confusion, nothing to be done here from your side, just keep in mind that all relevant places needs to be updated at once (by anybody) and (ideally) be a part of RC publication.

- 5.6
- 7.0
env:
Expand All @@ -26,8 +25,6 @@ cache:
directories: $HOME/.composer/cache
matrix:
exclude:
- php: 5.6
env: TEST_SUITE=static
- php: 7.0
env: TEST_SUITE=static
before_install: ./dev/travis/before_install.sh
Expand Down

0 comments on commit b31867e

Please sign in to comment.