Commit bdf73c0 1 parent 87f6613 commit bdf73c0 Copy full SHA for bdf73c0
File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,29 @@ verifier:
19
19
20
20
platforms :
21
21
- name : amazonlinux-2
22
- - name : ubuntu-18.04
22
+ # - name: amazonlinux-2023
23
23
- name : ubuntu-20.04
24
+ - name : ubuntu-22.04
25
+ - name : ubuntu-24.04
24
26
- name : fedora-latest
25
27
driver :
26
28
provision_command :
27
29
- yum install libxcrypt-compat -y
28
30
- 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
30
34
- name : oraclelinux-7
31
- - name : rockylinux-8
32
- - name : debian-11
35
+ - name : oraclelinux-8
36
+ - name : oraclelinux-9
37
+ - name : rockylinux-9
33
38
- 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
35
43
driver :
36
- image : opensuse/leap:15
44
+ image : opensuse/leap:15.6
37
45
- name : dockerfile
38
46
driver :
39
47
username : dockerfile
@@ -47,7 +55,10 @@ suites:
47
55
driver :
48
56
build_context : false
49
57
- 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
51
62
driver :
52
63
provision_command :
53
64
- curl -L https://www.chef.io/chef/install.sh | bash
You can’t perform that action at this time.
0 commit comments