Skip to content

Commit

Permalink
ci: Use semantic tags instead of specific versions for Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Jan 7, 2022
1 parent 89d3a12 commit 1d6daee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
matrix:
image:
- 'debian:unstable'
- 'debian:bookworm'
- 'debian:11'
- 'debian:10'
- 'ubuntu:20.04'
- 'ubuntu:20.10'
- 'ubuntu:21.04'
- 'debian:testing'
- 'debian:stable'
- 'debian:oldstable'
- 'ubuntu:devel'
- 'ubuntu:rolling'
- 'ubuntu:latest'

container: ${{ matrix.image }}

Expand Down

0 comments on commit 1d6daee

Please sign in to comment.