mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/14972] Add PHP 7.2 to the test matrix
PHPBB3-14972
This commit is contained in:
parent
51d42b2ced
commit
a0434284d5
1 changed files with 3 additions and 0 deletions
|
@ -20,11 +20,14 @@ matrix:
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=mysqli
|
||||||
- php: nightly
|
- php: nightly
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
env: DB=mysqli
|
env: DB=mysqli
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue