mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16: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
|
||||
- DB=pgsql
|
||||
|
||||
- php: 7.1
|
||||
- php: 7.2
|
||||
env:
|
||||
- MOODLE_BRANCH=MOODLE_35_STABLE
|
||||
- DB=mysqli
|
||||
|
@ -36,6 +36,11 @@ matrix:
|
|||
- php: 7.0
|
||||
env:
|
||||
- MOODLE_BRANCH=MOODLE_33_STABLE
|
||||
- DB=mysqli
|
||||
|
||||
- php: 5.6
|
||||
env:
|
||||
- MOODLE_BRANCH=MOODLE_32_STABLE
|
||||
- DB=pgsql
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue