Skip to content

Commit 9419d89

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). Part of #117
1 parent 742a3ab commit 9419d89

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)