We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fcf2e commit 5201a9fCopy full SHA for 5201a9f
.travis.yml
@@ -32,18 +32,24 @@ script:
32
jobs:
33
fast_finish: true
34
include:
35
+ - stage: test
36
+ php: 7.4
37
+ env: TYPO3_VERSION=^10.4
38
- stage: test
39
php: 7.3
- env: TYPO3_VERSION=^8.7
40
41
42
php: 7.2
43
44
- php: 7.1
45
46
+ env: TYPO3_VERSION=^9.5
47
- php: 7.0
48
+ php: 7.3
49
50
51
+ php: 7.2
52
53
- stage: 🚢 to TER
54
if: tag IS present
55
php: 7.0
0 commit comments