diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index c436450a67479651b2990429a57b6d8e11139ae7..2edf159015d0fa3a7550b0fd7f33e604334b4635 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -8,7 +8,7 @@ jobs: services: postgres: - image: postgres:13 + image: postgres:14 env: POSTGRES_USER: 'postgres' POSTGRES_HOST_AUTH_METHOD: 'trust'