Skip to content

Commit

Permalink
change: test: travis.ymlからphp5.4,5.5を削除。php7.3,7.4を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Mar 14, 2020
1 parent b883fff commit 00382d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,12 +1,12 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

sudo: false
dist: trusty
Expand Down

0 comments on commit 00382d6

Please sign in to comment.