Skip to content

Commit

Permalink
run PHP 7.0 and 7.1 on xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy-sk committed Jan 11, 2021
1 parent 9f39022 commit 7f1425a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
language: php
dist: bionic
php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
Expand All @@ -20,6 +18,10 @@ jobs:
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: xenial

# Install dependencies before testing
before_script:
Expand Down

0 comments on commit 7f1425a

Please sign in to comment.