We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d122de commit 3d93cdaCopy full SHA for 3d93cda
.travis.yml
@@ -1,27 +1,24 @@
1
language: php
2
-php:
3
-- 7.2
+
4
cache:
5
directories:
6
- $HOME/.composer/cache
7
8
services:
9
- mysql
10
11
-addons:
12
- apt:
13
- sources:
14
- - mysql-5.7-trusty
15
- packages:
16
- - mysql-server
17
-
18
-dist: trusty
+dist: bionic
19
sudo: required
20
21
-env:
22
- matrix:
23
- - PREFER_LOWEST="--prefer-lowest"
24
- - PREFER_LOWEST=""
+matrix:
+ fast_finish: true
+ include:
+ # Test the latest stable release
+ - php: 7.2
+ env: PREFER_LOWEST="--prefer-lowest"
+ - php: 7.4
25
before_script:
26
- composer update --prefer-dist $PREFER_LOWEST
27
script:
0 commit comments