Skip to content

Commit b50de01

Browse files
committed
TASK: Use Neos 5.2, test PHP 7.2 and 7.4
1 parent ac3377a commit b50de01

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ addons:
99
- openjdk-8-jre-headless
1010
matrix:
1111
include:
12-
- php: 7.3
12+
- php: 7.2
1313
env: ES=6
14-
- php: 7.3
14+
- php: 7.2
15+
env: ES=7
16+
- php: 7.4
17+
env: ES=6
18+
- php: 7.4
1519
env: ES=7
1620

1721
cache:
1822
directories:
1923
- $HOME/.composer/cache
2024

2125
before_install:
22-
- export NEOS_TARGET_VERSION=5.1
26+
- export NEOS_TARGET_VERSION=5.2
2327
- cd ..
2428
- if [ "$ES" = 6 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.tar.gz && tar xvfz elasticsearch-6.8.6.tar.gz && mv elasticsearch-6.8.6 elasticsearch; fi
2529
- if [ "$ES" = 7 ]; then wget --no-check-certificate https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.6.0-linux-x86_64.tar.gz && tar xvfz elasticsearch-7.6.0-linux-x86_64.tar.gz && mv elasticsearch-7.6.0 elasticsearch; fi

0 commit comments

Comments
 (0)