Skip to content

Commit 543bd58

Browse files
committed
Update: GutHub workflows run against the recent Ubuntu LTS and Ubuntu intermediate releases, as well as Debian oldstable and Debian stable
1 parent c793edb commit 543bd58

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
container: ["debian:12"]
15+
container: ["debian:oldstable", "debian:stable"]
1616
container:
1717
image: ${{ matrix.container }}
1818
steps:

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
container: ["ubuntu:24.04"]
15+
# ubuntu:latest --> most recent LTS release
16+
# ubuntu:rolling --> most recent release
17+
container: ["ubuntu:latest", "ubuntu:rolling"]
1618
container:
1719
image: ${{ matrix.container }}
1820
steps:

0 commit comments

Comments
 (0)