Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 34e00fa

Browse files
committed
PHP versions removed from .travis.yml file (7.1 and 7.2)
1 parent c405eec commit 34e00fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: php
22

33
php:
4-
- 7.1
5-
- 7.2
64
- 7.3
75
- 7.4
86

97
before_script:
108
- travis_retry composer self-update
119
- travis_retry composer install --prefer-source --no-interaction
1210

13-
fast_finish: true
11+
fast_finish: true

0 commit comments

Comments
 (0)