mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-79863 qtype_ordering: Test against more Moodle and PHP versions on Travis
This commit is contained in:
parent
9f6e662d30
commit
79122279eb
1 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,7 @@ matrix:
|
||||||
- MOODLE_BRANCH=master
|
- MOODLE_BRANCH=master
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
|
|
||||||
- php: 7.1
|
- php: 7.2
|
||||||
env:
|
env:
|
||||||
- MOODLE_BRANCH=MOODLE_35_STABLE
|
- MOODLE_BRANCH=MOODLE_35_STABLE
|
||||||
- DB=mysqli
|
- DB=mysqli
|
||||||
|
@ -36,6 +36,11 @@ matrix:
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
env:
|
env:
|
||||||
- MOODLE_BRANCH=MOODLE_33_STABLE
|
- MOODLE_BRANCH=MOODLE_33_STABLE
|
||||||
|
- DB=mysqli
|
||||||
|
|
||||||
|
- php: 5.6
|
||||||
|
env:
|
||||||
|
- MOODLE_BRANCH=MOODLE_32_STABLE
|
||||||
- DB=pgsql
|
- DB=pgsql
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue