From 0b99f810256d7a35ac8a53723f4be0210bece064 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 12 Aug 2024 04:27:19 +0900 Subject: [PATCH] ci: Re-enable opensuse containers tests This reverts a43f23de2636c4fea10c809c62b5d0f9f9083bc7. --- .github/workflows/ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dc491f2..03a73fd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,18 +132,17 @@ jobs: - debian:10-slim # glibc 2.28 - debian:11-slim # glibc 2.31 - debian:12-slim # glibc 2.36 - - fedora:latest # glibc 2.38 (as of fedora 39) + - fedora:latest # glibc 2.39 (as of fedora 40) - almalinux:8 # glibc 2.28 - almalinux:8-minimal # glibc 2.28 - almalinux:9 # glibc 2.34 - almalinux:9-minimal # glibc 2.34 - centos:6 # glibc 2.12 - centos:7 # glibc 2.17 - # TODO: broken: Repository 'Update repository of openSUSE Backports' is invalid. - # - opensuse/leap:latest # glibc 2.31 (as of leap 15.5) - # - opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-04-18) - - archlinux:latest # glibc 2.38 (as of 2024-04-18) - - alpine:latest # musl 1.2.4 (as of alpine 3.19) + - opensuse/leap:latest # glibc 2.38 (as of leap 15.6) + - opensuse/tumbleweed:latest # glibc 2.39 (as of 2024-07-19) + - archlinux:latest # glibc 2.39 (as of 2024-07-19) + - alpine:latest # musl 1.2.5 (as of alpine 3.20) runs-on: ubuntu-latest timeout-minutes: 60 container: ${{ matrix.container }}