Skip to content

Commit 1f14214

Browse files
Travis: Testing for Moodle 3.8
1 parent 15801a5 commit 1f14214

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

.travis.yml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cache:
1414
php:
1515
- 7.0
1616
- 7.1
17-
- 7.2
1817
- 7.3
1918

2019
addons:
@@ -30,18 +29,10 @@ matrix:
3029
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3130
- php: 7.3
3231
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
33-
- php: 7.3
34-
env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
35-
- php: 7.3
36-
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
37-
- php: 7.3
38-
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
39-
- php: 7.3
40-
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
41-
- php: 7.2
42-
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
43-
- php: 7.2
44-
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
32+
- php: 7.0
33+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
34+
- php: 7.0
35+
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
4536
- php: 7.0
4637
env: DB=pgsql MOODLE_BRANCH=master
4738
- php: 7.0
@@ -52,15 +43,13 @@ env:
5243
global:
5344
- IGNORE_PATHS=amd/build BEHAT=yes
5445
matrix:
55-
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
56-
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
5746
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
5847
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
48+
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
5949
- DB=pgsql MOODLE_BRANCH=master
60-
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
61-
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
6250
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
6351
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
52+
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
6453
- DB=mysqli MOODLE_BRANCH=master
6554

6655
before_install:
@@ -78,8 +67,8 @@ jobs:
7867
include:
7968
# Prechecks against latest Moodle stable only.
8069
- stage: static
81-
php: 7.2
82-
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
70+
php: 7.3
71+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8372
script:
8473
- moodle-plugin-ci phplint
8574
# - moodle-plugin-ci phpcpd
@@ -91,8 +80,8 @@ jobs:
9180
- moodle-plugin-ci validate
9281
# Smaller build matrix for development builds
9382
- stage: develop
94-
php: 7.2
95-
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
83+
php: 7.3
84+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
9685
script:
9786
- moodle-plugin-ci phpunit --coverage-clover
9887
- moodle-plugin-ci behat

0 commit comments

Comments
 (0)