We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cc039 commit 7b8b0faCopy full SHA for 7b8b0fa
.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:
@@ -110,7 +110,7 @@ jobs:
110
fail-fast: false
111
112
113
- 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']
114
database: ['mariadb', 'pgsql']
115
include:
116
- php: '7.4'
0 commit comments