1 parent 91a2e10 commit f113035Copy full SHA for f113035
1 file changed
.github/workflows/moodle-ci.yml
@@ -8,7 +8,7 @@ jobs:
8
9
services:
10
postgres:
11
- image: postgres:13
+ image: postgres:14
12
env:
13
POSTGRES_USER: "postgres"
14
POSTGRES_HOST_AUTH_METHOD: "trust"
@@ -31,7 +31,7 @@ jobs:
31
- php: 8.3
32
moodle-branch: MOODLE_500_STABLE
33
database: pgsql
34
- plugin-ci: 5
+ plugin-ci: 4
35
36
moodle-branch: MOODLE_405_STABLE
37
0 commit comments