mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update postgresql to version 14
This commit is contained in:
parent
fca0606fb5
commit
7bec2ea2ec
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@ -8,12 +8,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11"]
|
||||
python-version: ["3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
services:
|
||||
sqldb:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
env:
|
||||
POSTGRES_USER: user
|
||||
POSTGRES_PASSWORD: secret
|
||||
|
@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM postgres:13-alpine
|
||||
FROM postgres:14-alpine
|
||||
|
||||
# run create.sql on init
|
||||
ADD create.sql /docker-entrypoint-initdb.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user