Skip to content

Commit 2ca70b2

Browse files
committed
(update .travis.yml)
1 parent 88d9bab commit 2ca70b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ env:
6161
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
6262
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
6363
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
64+
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
6465
- DB=pgsql MOODLE_BRANCH=master
6566
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
6667
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
6768
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
6869
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
6970
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
71+
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
7072
- DB=mysqli MOODLE_BRANCH=master
7173

7274
before_install:
@@ -85,7 +87,7 @@ jobs:
8587
# Prechecks against latest Moodle stable only.
8688
- stage: static
8789
php: 7.2
88-
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
90+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8991
script:
9092
- moodle-plugin-ci phplint
9193
- moodle-plugin-ci phpcpd
@@ -98,7 +100,7 @@ jobs:
98100
# Smaller build matrix for development builds
99101
- stage: develop
100102
php: 7.2
101-
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
103+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
102104
install:
103105
- moodle-plugin-ci install
104106
script:

0 commit comments

Comments
 (0)