Skip to content

Commit 6a44ef3

Browse files
committed
Add support for Ubuntu 25.10
1 parent 1705bc4 commit 6a44ef3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/kernel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
- image: ubuntu
6666
tag: "25.04"
6767
name: plucky
68+
- image: ubuntu
69+
tag: "25.10"
70+
name: questing
6871
- image: debian
6972
tag: "12"
7073
name: bookworm

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ Firstly add the [t2-ubuntu-repo](https://adityagarg8.github.io/t2-ubuntu-repo/)
2626

2727
c) `plucky` for **Ubuntu 25.04**
2828

29-
d) `bookworm` for **Debian 12**
29+
d) `questing` for **Ubuntu 25.10**
3030

31-
e) `trixie` for **Debian 13**
31+
e) `bookworm` for **Debian 12**
3232

33-
f) `testing` for **Debian testing**
33+
f) `trixie` for **Debian 13**
34+
35+
g) `testing` for **Debian testing**
3436

3537
You can also run `lsb_release -a` to identify your codename.
3638

0 commit comments

Comments
 (0)