We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c793edb commit 543bd58Copy full SHA for 543bd58
2 files changed
.github/workflows/debian.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- container: ["debian:12"]
+ container: ["debian:oldstable", "debian:stable"]
16
container:
17
image: ${{ matrix.container }}
18
steps:
.github/workflows/ubuntu.yml
@@ -12,7 +12,9 @@ jobs:
- container: ["ubuntu:24.04"]
+ # ubuntu:latest --> most recent LTS release
+ # ubuntu:rolling --> most recent release
+ container: ["ubuntu:latest", "ubuntu:rolling"]
19
20
0 commit comments