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.
2 parents e342ef1 + 7d4bc49 commit 7a5f805Copy full SHA for 7a5f805
1 file changed
.travis.yml
@@ -22,6 +22,26 @@ matrix:
22
dist: bionic
23
- php: nightly
24
25
+ # Adding jobs for ppc64le
26
+ - php: 5.6
27
+ arch: ppc64le
28
+ dist: xenial
29
+ - php: 7.0
30
31
32
+ - php: 7.1
33
34
+ dist: bionic
35
+ - php: 7.2
36
37
38
+ - php: 7.4
39
40
41
+ - php: nightly
42
43
44
+
45
fast_finish: true
46
47
install:
0 commit comments