CI - update postgresql jobs

This commit is contained in:
Sam 2022-10-26 20:16:42 +02:00
parent b86a1b93f9
commit 85a425d232

View File

@ -57,7 +57,6 @@ jobs:
name: postgresql ${{ matrix.psql-version }} (python 3.10)
runs-on: ubuntu-latest
container: python:3.10
continue-on-error: true
services:
postgres:
image: postgres:${{ matrix.psql-version }}