Skip to content

Commit 7caab9c

Browse files
committed
Update Travis to PHP up to 8.1
PHP 5.3 is broken due to Letsencrypt certificate cannot download composer PHP 5.4 do not contains apc module on (and precise has same cert problem than 5.3))
1 parent 59be290 commit 7caab9c

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,37 @@
11
os: linux
2-
dist: xenial
2+
dist: focal
33
language: php
44

55
php:
6-
- 7.0
7-
- 7.1
8-
- 7.2
9-
- 7.3
10-
- 7.4
11-
- nightly
6+
- 7.4
7+
- 8.0
8+
- 8.1
9+
- nightly
1210

1311
# run build against nightly but allow them to fail
1412
jobs:
1513
fast_finish: true
1614
allow_failures:
1715
- php: nightly
16+
- php: 5.3
17+
- php: 5.4
1818
include:
1919
- php: 5.3
2020
dist: precise
2121
- php: 5.4
22-
dist: precise
22+
dist: trusty
2323
- php: 5.5
2424
dist: trusty
2525
- php: 5.6
2626
dist: trusty
27+
- php: 7.0
28+
dist: xenial
29+
- php: 7.1
30+
dist: xenial
31+
- php: 7.2
32+
dist: xenial
33+
- php: 7.3
34+
dist: xenial
2735

2836
services:
2937
- memcached

0 commit comments

Comments
 (0)