Skip to content

Commit

Permalink
ci.yml: also test on Ubuntu jammy and noble and Debian bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
wferi committed Jul 17, 2024
1 parent 1d04b46 commit a04f200
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
docker-image: ['ubuntu:focal', 'debian:bullseye']
docker-image:
- ubuntu:focal
- ubuntu:jammy
- ubuntu:noble
- debian:bullseye
- debian:bookworm

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a04f200

Please sign in to comment.