diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-07-30 20:42:22 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-30 20:42:22 +0200 |
commit | b4d4709726a00212e522c5ce012c55cf2d561b72 (patch) | |
tree | f6d4f29aa97313906439eda90f4370f13be371dc | |
parent | 2f85fc53dc4c02f3c67bb9968f5e310e4efdc7de (diff) | |
parent | eaf42f3c726a0d060e7ca8b24f61fb74ac101e77 (diff) | |
download | forums-b4d4709726a00212e522c5ce012c55cf2d561b72.tar forums-b4d4709726a00212e522c5ce012c55cf2d561b72.tar.gz forums-b4d4709726a00212e522c5ce012c55cf2d561b72.tar.bz2 forums-b4d4709726a00212e522c5ce012c55cf2d561b72.tar.xz forums-b4d4709726a00212e522c5ce012c55cf2d561b72.zip |
Merge pull request #5644 from marc1706/ticket/16115
[ticket/16115] Add PHP 7.4snapshot to travis CI build matrix
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e3eab8ba6e..be68ce8010 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ matrix: env: DB=mysqli - php: 7.3 env: DB=mysqli + - php: 7.4snapshot + env: DB=mysqli - php: nightly env: DB=mysqli allow_failures: |