Skip to content

Commit 0c22ed0

Browse files
author
Bernard Delhez
committed
Update supported PHP and Magento versions for travis
1 parent 63869cb commit 0c22ed0

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.travis.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
53
- 5.6
6-
matrix:
7-
exclude:
8-
- php: 5.6
9-
env: MAGENTO_VERSION=magento-mirror-1.7.0.2
10-
- php: 5.6
11-
env: MAGENTO_VERSION=magento-mirror-1.8.0.0
12-
- php: 5.6
13-
env: MAGENTO_VERSION=magento-mirror-1.8.1.0
14-
- php: 5.6
15-
env: MAGENTO_VERSION=magento-mirror-1.9.0.1
4+
- 7.0
5+
- 7.1
166
env:
7+
- MAGENTO_VERSION=magento-mirror-1.9.4.0
178
- MAGENTO_VERSION=magento-mirror-1.9.2.2
189
- MAGENTO_VERSION=magento-mirror-1.9.1.0
19-
- MAGENTO_VERSION=magento-mirror-1.9.0.1
20-
- MAGENTO_VERSION=magento-mirror-1.8.1.0
21-
- MAGENTO_VERSION=magento-mirror-1.7.0.2
2210
script:
2311
- composer install --dev --no-interaction
2412
- phpunit

0 commit comments

Comments
 (0)