Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-03-03 03:07:39 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2019-03-03 03:07:39 +0300
commit619546245ba40e25ad972e649c9cebf231ea10f4 (patch)
tree789be14ac2480923d719ce2b07327dfc4ffa8691 /.travis.yml
parent07aa67f584876b0ca84f8aff95a9de566ee6c7ac (diff)
Add PHP 7.4snapshot to Travis build matrix
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6da28a31f6..74c65ba9a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ services:
- mysql
php:
+ - "7.4snapshot"
- "7.3"
- "7.2"
- "7.1"
@@ -96,6 +97,7 @@ matrix:
- test/ci-install-test
allow_failures:
+ - php: "7.4snapshot"
- php: "nightly"
- os: osx
- env: CI_MODE=test DBASE=true