Skip to content

Commit 86bd01c

Browse files
committed
change: test: travis.ymlからphp5.4,5.5を削除。php7.3,7.4を追加
NetCommons3/NetCommons3#1560
1 parent 4b4b9f4 commit 86bd01c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1
97
- 7.2
8+
- 7.3
9+
- 7.4
1010

1111
sudo: false
1212
dist: trusty

0 commit comments

Comments
 (0)