Skip to content

Commit 6c15d42

Browse files
Update OS versions in bats package tests (#310)
1 parent 23f1c53 commit 6c15d42

File tree

4 files changed

+8
-24
lines changed

4 files changed

+8
-24
lines changed

packages/test/centos.bats

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
@test "CentOS 8 Stream" {
44
./test-install-on-docker.sh quay.io/centos/centos:stream8
55
}
6-
7-
@test "CentOS 7" {
8-
./test-install-on-docker.sh centos:7
9-
}

packages/test/fedora.bats

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

7-
@test "Fedora 39" {
8-
./test-install-on-docker.sh fedora:39
9-
}
10-
11-
@test "Fedora 38" {
12-
./test-install-on-docker.sh fedora:38
7+
@test "Fedora 40" {
8+
./test-install-on-docker.sh fedora:40
139
}
1410

15-
@test "Fedora 37" {
16-
./test-install-on-docker.sh fedora:37
11+
@test "Fedora 39" {
12+
./test-install-on-docker.sh fedora:39
1713
}

packages/test/opensuse.bats

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

packages/test/ubuntu.bats

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

3-
@test "Ubuntu 23.10" {
4-
./test-install-on-docker.sh ubuntu:23.10
3+
@test "Ubuntu 24.04 LTS" {
4+
./test-install-on-docker.sh ubuntu:24.04
55
}
66

7-
@test "Ubuntu 23.04" {
8-
./test-install-on-docker.sh ubuntu:23.04
7+
@test "Ubuntu 23.10" {
8+
./test-install-on-docker.sh ubuntu:23.10
99
}
1010

1111
@test "Ubuntu 22.04" {
@@ -15,7 +15,3 @@
1515
@test "Ubuntu 20.04" {
1616
./test-install-on-docker.sh ubuntu:20.04
1717
}
18-
19-
@test "Ubuntu 18.04" {
20-
./test-install-on-docker.sh ubuntu:18.04
21-
}

0 commit comments

Comments
 (0)