Skip to content

Commit 9e49489

Browse files
GitHub CI for rustc 1.75 (Ubuntu LTS 24.04) and 1.63 (Debian Bookworm)
1 parent 0deae3c commit 9e49489

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ jobs:
1818
rust: stable
1919
docker: linux64
2020
target: x86_64-unknown-linux-gnu
21+
- build: ubuntu-lts
22+
os: ubuntu-24.04
23+
rust: 1.75
24+
docker: linux64
25+
target: x86_64-unknown-linux-gnu
26+
- build: debian-bookworm
27+
os: ubuntu-stable
28+
rust: 1.63 # bookworm
29+
docker: linux64
30+
target: x86_64-unknown-linux-gnu
2131
- build: x86_64-beta
2232
os: ubuntu-latest
2333
rust: beta

0 commit comments

Comments
 (0)