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 5fe8ab2 commit 2df8c22Copy full SHA for 2df8c22
1 file changed
.travis.yml
@@ -2,12 +2,13 @@ language: php
2
3
matrix:
4
include:
5
- - php: 7.2
6
- - php: 7.3
7
-# - php: 7.4
8
- - php: nightly
+ - php: 7.2
+ - php: 7.3
+ - php: 7.4snapshot
+ - php: nightly
9
allow_failures:
10
11
12
13
before_install:
14
- curl -o tests/cacert.pem https://curl.haxx.se/ca/cacert.pem
0 commit comments