Skip to content

Commit f113035

Browse files
committed
Try updating postgres instead
1 parent 91a2e10 commit f113035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/moodle-ci.yml

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

99
services:
1010
postgres:
11-
image: postgres:13
11+
image: postgres:14
1212
env:
1313
POSTGRES_USER: "postgres"
1414
POSTGRES_HOST_AUTH_METHOD: "trust"
@@ -31,7 +31,7 @@ jobs:
3131
- php: 8.3
3232
moodle-branch: MOODLE_500_STABLE
3333
database: pgsql
34-
plugin-ci: 5
34+
plugin-ci: 4
3535
- php: 8.3
3636
moodle-branch: MOODLE_405_STABLE
3737
database: pgsql

0 commit comments

Comments
 (0)