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 a613012 commit 21bf466Copy full SHA for 21bf466
.github/workflows/main.yml
@@ -21,6 +21,8 @@ jobs:
21
tag: "latest"
22
- os: "debian10"
23
24
+ - os: "debian11"
25
+ tag: "latest"
26
- os: "fedora35"
27
28
- os: "ubuntu18"
README.md
@@ -34,7 +34,7 @@ Personal Access Token for GitHub account can be created [here](https://github.co
34
* AMD64, x86_64
35
## Tested on:
36
37
-* Debian 9,10
+* Debian 9,10,11
38
* Fedora 35
39
* Rocky Linux 8
40
* Ubuntu 18,20
0 commit comments