From e2a7c54e24379cbe4db991d5c01a5c49d7d8e927 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 3 Dec 2023 00:02:14 +0100 Subject: [PATCH] Up CI postgres version to 12 --- .github/actions/setup-database/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-database/action.yml b/.github/actions/setup-database/action.yml index 2950019a78..d5491525de 100644 --- a/.github/actions/setup-database/action.yml +++ b/.github/actions/setup-database/action.yml @@ -23,7 +23,7 @@ runs: if: ${{ inputs.database == 'postgresql' }} uses: harmon758/postgresql-action@v1 with: - postgresql version: "11" + postgresql version: "12" postgresql db: "evennia" postgresql user: "evennia" postgresql password: "password"