From 698dfbbb5fa8ff5cba0ef4aad4bd867e7d0bf7ee Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Sun, 16 Aug 2020 19:12:47 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fca009a5..aeee9a0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - { os: debian, tag: 10, arch: debian } # EOL 2024 - { os: centos, tag: 7, arch: rhel } # EOL June 2024 - { os: centos, tag: latest, arch: rhel } # 8 as of April 2020 - - { os: fedora, tag: 30, arch: rhel } # 31 as of April 2020 + - { os: fedora, tag: latest, arch: rhel } # 31 as of April 2020 # - { os: fedora, tag: 32, arch: rhel } # feeling confident? # - { os: fedora, tag: rawhide, arch: rhel } # for thrill-seekers only