We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148b430 commit 858eec6Copy full SHA for 858eec6
.github/workflows/moodle-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
php: ['8.0']
12
- moodle-branch: ['master'] # To be replaced with MOODLE_401_STABLE.
+ moodle-branch: ['MOODLE_401_STABLE']
13
database: ['pgsql']
14
15
steps:
@@ -108,7 +108,7 @@ jobs:
108
fail-fast: false
109
110
111
- moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'master'] # To be replaced with MOODLE_401_STABLE.
+ moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE']
112
database: ['mariadb', 'pgsql']
113
include:
114
- php: '7.4'
0 commit comments