diff --git a/.github/images/alpine:3.16.Dockerfile b/.github/images/alpine:3.17.Dockerfile similarity index 100% rename from .github/images/alpine:3.16.Dockerfile rename to .github/images/alpine:3.17.Dockerfile diff --git a/.github/images/centos.Dockerfile b/.github/images/centos.Dockerfile index 06c03a7..a26b4a8 100644 --- a/.github/images/centos.Dockerfile +++ b/.github/images/centos.Dockerfile @@ -3,7 +3,7 @@ FROM quay.io/$image # Install dependencies RUN yum update -y -RUN yum install -y autoconf automake gcc libtool make diffutils file +RUN yum install -y autoconf automake gcc libtool make diffutils file gzip # Add source code ADD . /src diff --git a/.github/images/fedora/fedora:35.Dockerfile b/.github/images/fedora/fedora:38.Dockerfile similarity index 100% rename from .github/images/fedora/fedora:35.Dockerfile rename to .github/images/fedora/fedora:38.Dockerfile diff --git a/.github/workflows/matrixbuild.yml b/.github/workflows/matrixbuild.yml index ed0417c..ec6c006 100644 --- a/.github/workflows/matrixbuild.yml +++ b/.github/workflows/matrixbuild.yml @@ -15,16 +15,16 @@ jobs: - ubuntu:jammy - ubuntu:focal - ubuntu:bionic + - fedora/fedora:38 - fedora/fedora:37 - fedora/fedora:36 - - fedora/fedora:35 - centos/centos:stream9 - centos/centos:stream8 - centos/centos:7 - rockylinux/rockylinux:9 - rockylinux/rockylinux:8 - alpine:edge - - alpine:3.16 + - alpine:3.17 steps: - uses: actions/checkout@v3 - name: Run build on ${{matrix.dockerenv}}