Skip to content

Commit da127bc

Browse files
committed
update Moodle plugin CI config for Moodle 5.1 release
1 parent 7d75d8f commit da127bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
services:
2020
postgres:
21-
image: postgres:14
21+
image: postgres:15
2222
env:
2323
POSTGRES_USER: 'postgres'
2424
POSTGRES_HOST_AUTH_METHOD: 'trust'
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
folder: [auth/oidc, blocks/microsoft, local/o365, local/office365, local/onenote, repository/office365, theme/boost_o365teams, mod/assign/feedback/onenote, mod/assign/submission/onenote]
46-
moodle-branch: ['MOODLE_500_STABLE']
46+
moodle-branch: ['MOODLE_501_STABLE']
4747
php: [8.2, 8.3, 8.4]
4848
database: [pgsql, mariadb]
4949
include:

0 commit comments

Comments
 (0)