File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,23 @@ jobs:
17
17
matrix :
18
18
os :
19
19
- fedora:latest
20
- - centos:7
21
20
- quay.io/centos/centos:stream8
22
21
- quay.io/centos/centos:stream9
23
22
- debian:testing
24
23
- debian:latest
24
+ - ubuntu:latest
25
25
- ubuntu:rolling
26
26
- ubuntu:lunar
27
27
- ubuntu:jammy
28
28
- ubuntu:focal
29
- - ubuntu:bionic
30
29
stable : [true]
31
30
include :
32
31
- os : quay.io/fedora/fedora:rawhide
33
32
stable : false
34
33
- os : ubuntu:devel
35
34
stable : false
36
35
steps :
37
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
38
37
39
38
- name : Show OS information
40
39
run : cat /etc/os-release 2>/dev/null || \
Original file line number Diff line number Diff line change 17
17
os :
18
18
- ubuntu:latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
22
22
- name : Show OS information
23
23
run : cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
You can’t perform that action at this time.
0 commit comments