Skip to content
Snippets Groups Projects
Unverified Commit 37c291f2 authored by Klaus Purer's avatar Klaus Purer Committed by GitHub
Browse files

chore(composer): Drop PHP 5 support (#3047617)

parent e392bebe
No related branches found
No related tags found
No related merge requests found
# For PHP 5.5 and lower testing we need to stick to Ubuntu 14.04.
dist: trusty
language: php language: php
sudo: false sudo: false
...@@ -9,16 +7,19 @@ cache: ...@@ -9,16 +7,19 @@ cache:
- $HOME/.composer/cache - $HOME/.composer/cache
- vendor - vendor
matrix: jobs:
fast_finish: true fast_finish: true
include: include:
- php: 5.5
- php: 5.6
- php: 7.0 - php: 7.0
dist: xenial
- php: 7.1 - php: 7.1
dist: bionic
- php: 7.2 - php: 7.2
dist: bionic
- php: 7.3 - php: 7.3
dist: bionic
- php: 7.4 - php: 7.4
dist: bionic
before_install: before_install:
# Speed up build time by disabling Xdebug when its not needed. # Speed up build time by disabling Xdebug when its not needed.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
], ],
"license": "GPL-2.0+", "license": "GPL-2.0+",
"require": { "require": {
"php": ">=5.5.9", "php": ">=7.0.8",
"ext-mbstring": "*", "ext-mbstring": "*",
"squizlabs/php_codesniffer": "^3.4.1", "squizlabs/php_codesniffer": "^3.4.1",
"symfony/yaml": ">=2.0.5" "symfony/yaml": ">=2.0.5"
...@@ -26,6 +26,6 @@ ...@@ -26,6 +26,6 @@
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" "phpunit/phpunit": "^6.0 || ^7.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment