We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb79cdf commit d041d7cCopy full SHA for d041d7c
.github/workflows/test.yml
@@ -47,6 +47,8 @@ jobs:
47
include:
48
- php: '7.4'
49
moodle-branch: 'master'
50
+ - php: '7.4'
51
+ moodle-branch: 'MOODLE_401_STABLE'
52
53
moodle-branch: 'MOODLE_400_STABLE'
54
.travis.yml
@@ -75,6 +75,8 @@ jobs:
75
script:
76
- make validate
77
- stage: Integration tests
78
+ - php: 7.4
79
+ env: MOODLE_BRANCH=MOODLE_401_STABLE
80
- php: 7.4
81
env: MOODLE_BRANCH=MOODLE_400_STABLE
82
0 commit comments