Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Test on PHP 7.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 3, 2019
1 parent 1462751 commit c13eefe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
language: php

dist: bionic

php:
- 7.1
- 7.2
- 7.3
- 7.4

env:
matrix:
- COMPOSER_FLAGS=""
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

sudo: false

before_script:
- travis_retry composer self-update
install:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source

script:
Expand Down

0 comments on commit c13eefe

Please # to comment.