File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,23 @@ jobs:
1717 matrix :
1818 os :
1919 - fedora:latest
20- - centos:7
2120 - quay.io/centos/centos:stream8
2221 - quay.io/centos/centos:stream9
2322 - debian:testing
2423 - debian:latest
24+ - ubuntu:latest
2525 - ubuntu:rolling
2626 - ubuntu:lunar
2727 - ubuntu:jammy
2828 - ubuntu:focal
29- - ubuntu:bionic
3029 stable : [true]
3130 include :
3231 - os : quay.io/fedora/fedora:rawhide
3332 stable : false
3433 - os : ubuntu:devel
3534 stable : false
3635 steps :
37- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3837
3938 - name : Show OS information
4039 run : cat /etc/os-release 2>/dev/null || \
Original file line number Diff line number Diff line change 1717 os :
1818 - ubuntu:latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 - name : Show OS information
2323 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