We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1705bc4 commit 6a44ef3Copy full SHA for 6a44ef3
.github/workflows/kernel.yml
@@ -65,6 +65,9 @@ jobs:
65
- image: ubuntu
66
tag: "25.04"
67
name: plucky
68
+ - image: ubuntu
69
+ tag: "25.10"
70
+ name: questing
71
- image: debian
72
tag: "12"
73
name: bookworm
README.md
@@ -26,11 +26,13 @@ Firstly add the [t2-ubuntu-repo](https://adityagarg8.github.io/t2-ubuntu-repo/)
26
27
c) `plucky` for **Ubuntu 25.04**
28
29
- d) `bookworm` for **Debian 12**
+ d) `questing` for **Ubuntu 25.10**
30
31
- e) `trixie` for **Debian 13**
+ e) `bookworm` for **Debian 12**
32
33
- f) `testing` for **Debian testing**
+ f) `trixie` for **Debian 13**
34
+
35
+ g) `testing` for **Debian testing**
36
37
You can also run `lsb_release -a` to identify your codename.
38
0 commit comments