Skip to content

Commit b318c03

Browse files
committed
Update Travis CI for all providers
1 parent 5ac8f81 commit b318c03

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: php
22

3-
php: 7.2
3+
matrix:
4+
fast_finish: true
5+
include:
6+
- php: 7.3
7+
- php: 7.4
8+
- php: 8.0
49

510
install:
611
- composer update --prefer-stable --prefer-dist

0 commit comments

Comments
 (0)