diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2018-01-01 14:40:59 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-01 15:40:12 +0100 |
| commit | c1ec6517bfe0f080ad052e727073794583464bfb (patch) | |
| tree | 4e2a1437ff2cc9b3ca742716047660bf0367c824 | |
| parent | f8fbe3793680af1dae2db2829cfc84068831c52f (diff) | |
| download | forums-c1ec6517bfe0f080ad052e727073794583464bfb.tar forums-c1ec6517bfe0f080ad052e727073794583464bfb.tar.gz forums-c1ec6517bfe0f080ad052e727073794583464bfb.tar.bz2 forums-c1ec6517bfe0f080ad052e727073794583464bfb.tar.xz forums-c1ec6517bfe0f080ad052e727073794583464bfb.zip | |
[ticket/14972] Add PHP 7.2 to build matrix
PHPBB3-14972
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4cef1af10e..db3e4311c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ matrix: env: DB=mysqli - php: 7.1 env: DB=mysqli + - php: 7.2 + env: DB=mysqli - php: nightly env: DB=mysqli - php: hhvm |
