Skip to content

Commit

Permalink
travis-ci: verify Deb packages for PHP 7.1+
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Totktonada committed Mar 25, 2020
1 parent ebc3fbc commit 068c2c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ jobs:
# Debian < 8 (Stretch) do not provide PHP 7.*.
# Ubuntu < 16.04 (Xenial) do not provide PHP 7.*.
- env: OS=debian DIST=stretch
- env: OS=debian DIST=buster
- env: OS=ubuntu DIST=xenial
- env: OS=ubuntu DIST=bionic
- env: OS=ubuntu DIST=disco
- env: OS=ubuntu DIST=eoan

python:
- 2.7
Expand Down
4 changes: 4 additions & 0 deletions test.pkg.all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ distros="
fedora:30
fedora:31
debian:stretch
debian:buster
ubuntu:xenial
ubuntu:bionic
ubuntu:disco
ubuntu:eoan
"

if ! type packpack; then
Expand Down

0 comments on commit 068c2c0

Please sign in to comment.