diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5164039..b349ed0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,6 @@ variables: POSTGRES_USER: test POSTGRES_PASSWORD: test -test:5.6: - image: php:5.6 - script: - - phpunit -c build --no-coverage - test:7: image: php:7 script: diff --git a/.travis.yml b/.travis.yml index d85618a..67d71d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ sudo: false language: php php: - - 5.4 - - 5.5 - - 5.6 - 7 - 7.1 - hhvm @@ -15,6 +12,7 @@ before_script: - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'create database test;' -U postgres - mysql -e 'create database IF NOT EXISTS test;' + - composer install script: - mkdir -p build/logs @@ -28,6 +26,4 @@ after_script: matrix: allow_failures: - - php: 5.4 - - php: 5.5 - php: nightly \ No newline at end of file