Skip to content

Commit 631b565

Browse files
authored
Moodle main branch requires Postgres 14
1 parent ac4983f commit 631b565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
services:
99
postgres:
10-
image: postgres:13
10+
image: postgres:14
1111
env:
1212
POSTGRES_USER: 'postgres'
1313
POSTGRES_HOST_AUTH_METHOD: 'trust'

0 commit comments

Comments
 (0)