Skip to content

Commit

Permalink
bump workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
clay53 committed Feb 16, 2025
1 parent be1caca commit c4ae98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdkactions_build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uv run python -m coverage run --concurrency=multiprocessing manage.py test --settings=Platform.settings.ci --parallel
uv run python -m coverage combine
container:
image: python:3.10-buster
image: python:3.11-bookworm
env:
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
services:
Expand Down

0 comments on commit c4ae98b

Please sign in to comment.