Skip to content

Commit

Permalink
test py13
Browse files Browse the repository at this point in the history
  • Loading branch information
romeroalx committed Jan 8, 2025
1 parent e8a116b commit b4aca85
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/build-debian-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,20 @@ jobs:
matrix:
branch-name:
- master
- rel/auth-4.9.x
- rel/dnsdist-1.9.x
# - rel/auth-4.9.x
# - rel/dnsdist-1.9.x
image:
- id: debian-11-pdns-base
- id: debian-11-pdns-base-py13
debian-image-name: python
debian-image-tag: 3.11-slim-bullseye
- id: debian-12-pdns-base
debian-image-name: debian
debian-image-tag: bookworm-slim
# debian-image-tag: 3.11-slim-bullseye
debian-image-tag: 3.13-slim-bullseye
- id: debian-12-pdns-base-py13
debian-image-name: python
# debian-image-tag: 3.11-slim-bullseye
debian-image-tag: 3.13-slim-bookworm
#- id: debian-12-pdns-base
# debian-image-name: debian
# debian-image-tag: bookworm-slim
fail-fast: false
runs-on: ubuntu-22.04
permissions:
Expand Down

0 comments on commit b4aca85

Please sign in to comment.