1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-02 23:12:46 +02:00

Merge pull request #4878 from rxu/ticket/14972

[ticket/14972] Add PHP 7.2 to the test matrix

* github.com:phpbb/phpbb:
  [ticket/14972] Add PHP 7.2 to the test matrix
This commit is contained in:
Tristan Darricau 2017-07-26 13:11:35 +02:00
commit 3de15aa6f0
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -20,11 +20,14 @@ matrix:
env: DB=mysqli
- php: 7.1
env: DB=mysqli
- php: 7.2
env: DB=mysqli
- php: nightly
env: DB=mysqli
- php: hhvm
env: DB=mysqli
allow_failures:
- php: nightly
- php: hhvm
fast_finish: true