Skip to content

Commit 068c2c0

Browse files
committed
travis-ci: verify Deb packages for PHP 7.1+
The distributions which provides PHP 7.1+ were blocked, because 7.0 (the PHP version) was hardcoded in package name and installation paths. Now the problem is resolved and we can verify those packages in CI (and in the local verification script test.pkg.all.sh).
1 parent ebc3fbc commit 068c2c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,11 @@ jobs:
108108
# Debian < 8 (Stretch) do not provide PHP 7.*.
109109
# Ubuntu < 16.04 (Xenial) do not provide PHP 7.*.
110110
- env: OS=debian DIST=stretch
111+
- env: OS=debian DIST=buster
111112
- env: OS=ubuntu DIST=xenial
113+
- env: OS=ubuntu DIST=bionic
114+
- env: OS=ubuntu DIST=disco
115+
- env: OS=ubuntu DIST=eoan
112116

113117
python:
114118
- 2.7

test.pkg.all.sh

+4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ distros="
1212
fedora:30
1313
fedora:31
1414
debian:stretch
15+
debian:buster
1516
ubuntu:xenial
17+
ubuntu:bionic
18+
ubuntu:disco
19+
ubuntu:eoan
1620
"
1721

1822
if ! type packpack; then

0 commit comments

Comments
 (0)