Skip to content

Commit

Permalink
test against PHP 7.4 (#749)
Browse files Browse the repository at this point in the history
Solr 6.x doesn't work with the Java versions included in "xenial" or "bionic".
  • Loading branch information
Markus Kalkbrenner authored Feb 5, 2020
1 parent 3f48040 commit 42df697
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: php

# Solr 6.x doesn't work with the Java versions included in "xenial" or "bionic".
dist: trusty

php:
- 7.4
- 7.3
- 7.2
# phpunit/phpunit 8.0.0 requires php ^7.2 -> your PHP version (7.1.11) does not satisfy that requirement.
#- 7.1
- 7.4snapshot
- nightly

env:
- SYMFONY_VERSION=5.0.* SOLR_VERSION=8.4.0 SOLR_CLOUD=true
- SYMFONY_VERSION=5.0.* SOLR_VERSION=8.4.0 SOLR_CLOUD=false
- SYMFONY_VERSION=4.4.* SOLR_VERSION=8.4.0 SOLR_CLOUD=true
- SYMFONY_VERSION=4.3.* SOLR_VERSION=8.4.0 SOLR_CLOUD=false
- SYMFONY_VERSION=5.0.* SOLR_VERSION=8.4.1 SOLR_CLOUD=true
- SYMFONY_VERSION=5.0.* SOLR_VERSION=8.4.1 SOLR_CLOUD=false
- SYMFONY_VERSION=4.4.* SOLR_VERSION=8.4.1 SOLR_CLOUD=true
- SYMFONY_VERSION=4.3.* SOLR_VERSION=8.4.1 SOLR_CLOUD=false
- SYMFONY_VERSION=4.4.* SOLR_VERSION=7.7.2 SOLR_CLOUD=true
- SYMFONY_VERSION=4.3.* SOLR_VERSION=6.6.6 SOLR_CLOUD=false

Expand Down Expand Up @@ -55,9 +55,4 @@ script:
after_success:
- travis_retry php vendor/bin/php-coveralls -v

matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly

sudo: false

0 comments on commit 42df697

Please sign in to comment.