Skip to content

Commit

Permalink
build: use Debian 12 in Python base images
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 20, 2024
1 parent c0c6811 commit 7898aff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
fail-fast: true
matrix:
py-version-img: [
["3.9", "3.9-slim-bullseye"],
["3.10", "3.10-slim-bullseye"],
["3.11", "3.11-slim-bullseye"]
["3.9", "3.9-slim-bookworm"],
["3.10", "3.10-slim-bookworm"],
["3.11", "3.11-slim-bookworm"]
]
mongodb-version: ["4.4", "5.0", "6.0", "7.0"]
mongodb-port: [12345]
Expand Down Expand Up @@ -81,9 +81,9 @@ jobs:
fail-fast: true
matrix:
py-version-img-tag: [
["3.9", "3.9-slim-bullseye", ""],
["3.10", "3.10-slim-bullseye", ""],
["3.11", "3.11-slim-bullseye", "latest"],
["3.9", "3.9-slim-bookworm", ""],
["3.10", "3.10-slim-bookworm", ""],
["3.11", "3.11-slim-bookworm", "latest"],
]

steps:
Expand Down

0 comments on commit 7898aff

Please sign in to comment.