We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1caca commit c4ae98bCopy full SHA for c4ae98b
.github/workflows/cdkactions_build-and-deploy.yaml
@@ -35,7 +35,7 @@ jobs:
35
uv run python -m coverage run --concurrency=multiprocessing manage.py test --settings=Platform.settings.ci --parallel
36
uv run python -m coverage combine
37
container:
38
- image: python:3.10-buster
+ image: python:3.11-bookworm
39
env:
40
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
41
services:
0 commit comments