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 265ae1d commit d99106bCopy full SHA for d99106b
packages/test/fedora.bats
@@ -4,6 +4,10 @@
4
./test-install-on-docker.sh fedora:rawhide
5
}
6
7
+@test "Fedora 38" {
8
+ ./test-install-on-docker.sh fedora:38
9
+}
10
+
11
@test "Fedora 37" {
12
./test-install-on-docker.sh fedora:37
13
packages/test/ubuntu.bats
@@ -1,5 +1,13 @@
1
#!/usr/bin/env bats
2
3
+@test "Ubuntu 23.04" {
+ ./test-install-on-docker.sh ubuntu:23.04
+@test "Ubuntu 22.10" {
+ ./test-install-on-docker.sh ubuntu:22.10
@test "Ubuntu 22.04" {
./test-install-on-docker.sh ubuntu:22.04
0 commit comments