-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
TB for 2.1RC1 states PHP 5.5. is no longer supported, so it should be removed from the builds.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ addons: | |
- postfix | ||
language: php | ||
php: | ||
- 5.5 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
davidalger
Member
|
||
- 5.6 | ||
- 7.0 | ||
env: | ||
|
@@ -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 | ||
|
@davidalger it should be done no earlier than
composer.json
and README are updated.