Skip to content

Commit 858eec6

Browse files
CI: Test against MOODLE_401_STABLE instead of master
1 parent 148b430 commit 858eec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.0']
12-
moodle-branch: ['master'] # To be replaced with MOODLE_401_STABLE.
12+
moodle-branch: ['MOODLE_401_STABLE']
1313
database: ['pgsql']
1414

1515
steps:
@@ -108,7 +108,7 @@ jobs:
108108
fail-fast: false
109109
matrix:
110110
php: ['8.0']
111-
moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'master'] # To be replaced with MOODLE_401_STABLE.
111+
moodle-branch: ['MOODLE_311_STABLE', 'MOODLE_400_STABLE', 'MOODLE_401_STABLE']
112112
database: ['mariadb', 'pgsql']
113113
include:
114114
- php: '7.4'

0 commit comments

Comments
 (0)