Skip to content

Commit

Permalink
Update Travis CI for all providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Dec 21, 2020
1 parent 32c6191 commit 1a2ce7a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
language: php

php: 7.2
matrix:
fast_finish: true
include:
- php: 7.3
- php: 7.4
- php: 8.0

install:
- composer update --prefer-stable --prefer-dist
Expand Down

0 comments on commit 1a2ce7a

Please sign in to comment.