Skip to content

Commit a8eda1e

Browse files
Update travis
1 parent db6eb14 commit a8eda1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: php
22
dist: trusty
33

44
php:
5-
- 5.6
6-
- 7.0
7-
- 7.1
85
- 7.2
6+
- 7.3
7+
- 7.4
8+
- 8.0
99

1010
sudo: false
1111

@@ -17,9 +17,9 @@ env:
1717

1818
matrix:
1919
include:
20-
- php: 7.1
20+
- php: 7.2
2121
env: PHPCS=1 DEFAULT=0
22-
- php: 7.1
22+
- php: 7.2
2323
env: COVERALLS=1 DEFAULT=0 DB=mysql db_dsn='mysql://[email protected]/searchable_test'
2424

2525
before_script:

0 commit comments

Comments
 (0)