Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
only test actively supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 9, 2020
1 parent b701218 commit 27db6f1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
- SYMFONY_VERSION="2.7.*"
- SYMFONY_VERSION="2.8.*"
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.0.*"
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*

matrix:
include:
- php: 7.1
- php: 7.2
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
- php: 7.1
env: SYMFONY_VERSION=''
- php: 7.2
env: SYMFONY_VERSION=''
- php: 7.3
env: SYMFONY_VERSION=''
- php: 7.4
env: SYMFONY_VERSION=''

before_script:
- if [ "$SYMFONY_VERSION" != "" ]; then composer --no-update require symfony/http-kernel:${SYMFONY_VERSION}; fi;
Expand Down

0 comments on commit 27db6f1

Please # to comment.