Skip to content

Commit a331e9f

Browse files
committed
Update Travis builds to include Moodle 3.6 and PHP 7.3 and 7.2
1 parent b9f1d70 commit a331e9f

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
@@ -17,7 +17,7 @@ cache:
1717
- $HOME/.npm
1818

1919
php:
20-
- 7.2
20+
- 7.3
2121

2222
env:
2323
global:
@@ -70,7 +70,9 @@ jobs:
7070
after_script:
7171
- make upload-code-coverage
7272
- stage: Integration tests
73-
- php: 7.1
73+
- php: 7.3
74+
env: MOODLE_BRANCH=MOODLE_36_STABLE
75+
- php: 7.2
7476
env: MOODLE_BRANCH=MOODLE_35_STABLE
7577
- php: 7.1
7678
env: MOODLE_BRANCH=MOODLE_34_STABLE

0 commit comments

Comments
 (0)