mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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:
commit
3de15aa6f0
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