From eb72ef3cc5d56c50e3d83d47b8edaf3f901bd78e Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 29 Oct 2022 17:44:17 +1100 Subject: [PATCH] Update testing to use postgres-15 --- .gitlab-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-test.yml b/.gitlab-test.yml index 597265b..0974b7d 100644 --- a/.gitlab-test.yml +++ b/.gitlab-test.yml @@ -6,7 +6,7 @@ test: # NOTE: This service is dependant on project file configuration, which is not there if the cache was deleted # resulting in the testing to fail on the first run. services: - - name: postgres:13-alpine + - name: postgres:15-alpine alias: postgres-test variables: