Skip to content

Commit

Permalink
Merge pull request doctrine#2590 from railto/master
Browse files Browse the repository at this point in the history
Removes support for PHP 5.x
  • Loading branch information
Ocramius committed Jan 2, 2017
2 parents b551fcb + 092edc0 commit 8f0e497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions .travis.yml
Expand Up @@ -8,7 +8,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.6
- 7.0
- 7.1
- nightly
Expand All @@ -21,10 +20,6 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
env: DB=mariadb MARIADB_VERSION=10.0
addons:
mariadb: 10.0
- php: 7.0
env: DB=mariadb MARIADB_VERSION=10.0
addons:
Expand All @@ -45,10 +40,6 @@ matrix:
mariadb: 10.0
env: DB=mariadb MARIADB_VERSION=10.0

- php: 5.6
env: DB=mariadb MARIADB_VERSION=10.1
addons:
mariadb: 10.1
- php: 7.0
env: DB=mariadb MARIADB_VERSION=10.1
addons:
Expand All @@ -69,12 +60,6 @@ matrix:
mariadb: 10.1
env: DB=mariadb MARIADB_VERSION=10.1

- php: 5.6
addons:
postgresql: "9.2"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.2
- php: 7.0
addons:
postgresql: "9.2"
Expand All @@ -94,12 +79,6 @@ matrix:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.2

- php: 5.6
addons:
postgresql: "9.3"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.3
- php: 7.0
addons:
postgresql: "9.3"
Expand All @@ -119,12 +98,6 @@ matrix:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.3

- php: 5.6
addons:
postgresql: "9.4"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.4
- php: 7.0
addons:
postgresql: "9.4"
Expand All @@ -144,15 +117,6 @@ matrix:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.4

- php: 5.6
sudo: true
dist: trusty
group: edge # until the next update
addons:
postgresql: "9.5"
services:
- postgresql
env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.0
sudo: true
dist: trusty
Expand Down Expand Up @@ -251,7 +215,6 @@ matrix:
allow_failures:
- php: hhvm
- php: nightly
- php: 5.6
env: DB=pgsql POSTGRESQL_VERSION=9.5
- php: 7.0
env: DB=pgsql POSTGRESQL_VERSION=9.5
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.0",
"doctrine/common": "^2.7.1"
},
"require-dev": {
Expand Down

0 comments on commit 8f0e497

Please sign in to comment.