Skip to content

Commit a23aa59

Browse files
Update OS versions for package tests (#215)
1 parent d8c44c0 commit a23aa59

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

packages/test/centos.bats

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/usr/bin/env bats
22

3-
@test "CentOS 8 Stream" {
4-
./test-install-on-docker.sh centos:8
5-
}
6-
73
@test "CentOS 8" {
84
./test-install-on-docker.sh centos:8
95
}

packages/test/fedora.bats

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,10 @@
44
./test-install-on-docker.sh fedora:rawhide
55
}
66

7-
@test "Fedora 34" {
7+
@test "Fedora 37" {
88
./test-install-on-docker.sh fedora:34
99
}
1010

11-
@test "Fedora 33" {
11+
@test "Fedora 36" {
1212
./test-install-on-docker.sh fedora:33
1313
}
14-
15-
@test "Fedora 32" {
16-
./test-install-on-docker.sh fedora:32
17-
}
18-
19-
@test "Fedora 31" {
20-
./test-install-on-docker.sh fedora:31
21-
}

packages/test/opensuse.bats

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,3 @@
77
@test "openSUSE Leap 15.4" {
88
./test-install-on-docker.sh opensuse/leap:15.4
99
}
10-
11-
@test "openSUSE Leap 15.3" {
12-
./test-install-on-docker.sh opensuse/leap:15.3
13-
}
14-
15-
@test "openSUSE Leap 15.2" {
16-
./test-install-on-docker.sh opensuse/leap:15.2
17-
}

packages/test/ubuntu.bats

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/usr/bin/env bats
22

3-
@test "Ubuntu 21.04" {
4-
./test-install-on-docker.sh ubuntu:21.04
5-
}
6-
7-
@test "Ubuntu 20.10" {
8-
./test-install-on-docker.sh ubuntu:20.10
3+
@test "Ubuntu 22.04" {
4+
./test-install-on-docker.sh ubuntu:22.04
95
}
106

117
@test "Ubuntu 20.04" {

0 commit comments

Comments
 (0)