Skip to content

Commit 86aeca6

Browse files
committed
Update CI to run on Moodle 5.0-rc3
1 parent 226cd3c commit 86aeca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
php: ['8.1', '8.2', '8.3']
40-
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'v5.0.0-rc2']
40+
moodle-branch: ['MOODLE_401_STABLE', 'MOODLE_404_STABLE', 'MOODLE_405_STABLE', 'v5.0.0-rc3']
4141
database: [pgsql]
4242
include:
4343
# PHP 7.4, solely on Moodle 4.1.
@@ -51,7 +51,7 @@ jobs:
5151
php: 8.0
5252

5353
# PHP 8.4, with Moodle 5.0.
54-
- moodle-branch: v5.0.0-rc2
54+
- moodle-branch: v5.0.0-rc3
5555
database: pgsql
5656
php: 8.4
5757

@@ -68,7 +68,7 @@ jobs:
6868
php: 8.2
6969
- moodle-branch: MOODLE_401_STABLE
7070
php: 8.3
71-
- moodle-branch: v5.0.0-rc2
71+
- moodle-branch: v5.0.0-rc3
7272
php: 8.1
7373

7474
steps:

0 commit comments

Comments
 (0)