Skip to content

Commit d041d7c

Browse files
committed
Add 401_STABLE to tests
1 parent bb79cdf commit d041d7c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
include:
4848
- php: '7.4'
4949
moodle-branch: 'master'
50+
- php: '7.4'
51+
moodle-branch: 'MOODLE_401_STABLE'
5052
- php: '7.4'
5153
moodle-branch: 'MOODLE_400_STABLE'
5254
- php: '7.4'

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
script:
7676
- make validate
7777
- stage: Integration tests
78+
- php: 7.4
79+
env: MOODLE_BRANCH=MOODLE_401_STABLE
7880
- php: 7.4
7981
env: MOODLE_BRANCH=MOODLE_400_STABLE
8082
- php: 7.4

0 commit comments

Comments
 (0)