Commit 5974d27b authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

use solr 6.6.5 and 7.4.0 for testing

parent 97a9df0c
...@@ -9,10 +9,10 @@ php: ...@@ -9,10 +9,10 @@ php:
- nightly - nightly
env: env:
- SYMFONY_VERSION=2.7.* SOLR_VERSION=6.6.4 - SYMFONY_VERSION=2.7.* SOLR_VERSION=6.6.5
- SYMFONY_VERSION=3.3.* SOLR_VERSION=6.6.4 - SYMFONY_VERSION=3.3.* SOLR_VERSION=6.6.5
- SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.4 - SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.5
- SYMFONY_VERSION=4.0.* SOLR_VERSION=7.3.1 - SYMFONY_VERSION=4.0.* SOLR_VERSION=7.4.0
cache: cache:
directories: directories:
...@@ -39,9 +39,9 @@ after_success: ...@@ -39,9 +39,9 @@ after_success:
matrix: matrix:
exclude: exclude:
- php: 7.0 - php: 7.0
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.4 env: SYMFONY_VERSION=4.0.* SOLR_VERSION=6.6.5
- php: 7.0 - php: 7.0
env: SYMFONY_VERSION=4.0.* SOLR_VERSION=7.3.1 env: SYMFONY_VERSION=4.0.* SOLR_VERSION=7.4.0
allow_failures: allow_failures:
- php: nightly - php: nightly
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment