Skip to content

Commit c065a57

Browse files
committed
add M3.8 to matrix
1 parent 1f14214 commit c065a57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ matrix:
3333
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3434
- php: 7.0
3535
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
36+
- php: 7.0
37+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
38+
- php: 7.0
39+
env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
3640
- php: 7.0
3741
env: DB=pgsql MOODLE_BRANCH=master
3842
- php: 7.0
@@ -46,10 +50,12 @@ env:
4650
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
4751
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
4852
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
53+
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
4954
- DB=pgsql MOODLE_BRANCH=master
5055
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
5156
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
5257
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
58+
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
5359
- DB=mysqli MOODLE_BRANCH=master
5460

5561
before_install:
@@ -81,7 +87,7 @@ jobs:
8187
# Smaller build matrix for development builds
8288
- stage: develop
8389
php: 7.3
84-
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
90+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
8591
script:
8692
- moodle-plugin-ci phpunit --coverage-clover
8793
- moodle-plugin-ci behat

0 commit comments

Comments
 (0)