Skip to content

Commit

Permalink
using stable php 7.4 on travis config (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 5, 2020
1 parent ebac3c9 commit 28f45e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

matrix:
allow_failures:
- php: 7.4snapshot
- php: 7.4
- php: nightly
fast_finish: true

Expand Down

0 comments on commit 28f45e1

Please sign in to comment.