Skip to content

Commit bdf73c0

Browse files
committed
chore: Remove EOL operating systems from test suite
CentOS 7, Ubuntu 18, Rocky 8, Debian 11 are all EOL. Signed-off-by: Andrew Bobulsky <rulerof@gmail.com>
1 parent 87f6613 commit bdf73c0

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

kitchen.yml

+18-7
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,29 @@ verifier:
1919

2020
platforms:
2121
- name: amazonlinux-2
22-
- name: ubuntu-18.04
22+
# - name: amazonlinux-2023
2323
- name: ubuntu-20.04
24+
- name: ubuntu-22.04
25+
- name: ubuntu-24.04
2426
- name: fedora-latest
2527
driver:
2628
provision_command:
2729
- yum install libxcrypt-compat -y
2830
- curl -L https://www.chef.io/chef/install.sh | bash
29-
- name: centos-7
31+
- name: centos-stream-9
32+
driver:
33+
image: dokken/centos-stream-9
3034
- name: oraclelinux-7
31-
- name: rockylinux-8
32-
- name: debian-11
35+
- name: oraclelinux-8
36+
- name: oraclelinux-9
37+
- name: rockylinux-9
3338
- name: debian-12
34-
- name: opensuse-15
39+
- name: opensuse-15.5
40+
driver:
41+
image: opensuse/leap:15.5
42+
- name: opensuse-15.6
3543
driver:
36-
image: opensuse/leap:15
44+
image: opensuse/leap:15.6
3745
- name: dockerfile
3846
driver:
3947
username: dockerfile
@@ -47,7 +55,10 @@ suites:
4755
driver:
4856
build_context: false
4957
- name: capabilities
50-
includes: [debian-11, ubuntu-18.04, ubuntu-20.04]
58+
includes:
59+
- ubuntu-20.04
60+
- ubuntu-22.04
61+
- ubuntu-24.04
5162
driver:
5263
provision_command:
5364
- curl -L https://www.chef.io/chef/install.sh | bash

0 commit comments

Comments
 (0)