Skip to content

Commit 2dce134

Browse files
dkd-oerteldmh
authored andcommitted
[BUGFIX] correct TYPO3 and PHP version (.travis) (#468)
1 parent a4d9d3b commit 2dce134

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ notifications:
44
language: php
55

66
php:
7-
- 7.0
8-
- 7.1
7+
- 7.2
98

109
env:
1110
matrix:
12-
- TYPO3_VERSION=~8.7
11+
- TYPO3_VERSION=~9.5
1312

1413
sudo: false
1514

@@ -33,7 +32,7 @@ before_install:
3332
- composer --version
3433

3534
before_script:
36-
- composer require typo3/cms="$TYPO3_VERSION"
35+
- composer require typo3/minimal="$TYPO3_VERSION"
3736
# Restore composer.json
3837
- git checkout composer.json
3938
- export TYPO3_PATH_WEB=$PWD/.Build/Web

0 commit comments

Comments
 (0)