Update testing to use postgres-15

This commit is contained in:
Deon George 2022-10-29 17:44:17 +11:00
parent e8fc75f2e3
commit eb72ef3cc5
1 changed files with 1 additions and 1 deletions

View File

@ -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: