ci: use multiple deb vers (if possible)
Some checks are pending
backend / docker (push) Waiting to run

This commit is contained in:
kittentm 2026-05-08 00:19:12 +02:00
commit 581c950261

View file

@ -7,7 +7,7 @@ on:
jobs:
docker:
runs-on: debian-trixie
runs-on: [debian-trixie, debian-bookworm]
steps:
- name: checkout
uses: actions/checkout@v6