X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=1757c8efb24cc39451d9dcc649e9ae9a21fc67ab;hb=d9e42faa6a7f4da98502be44566605a01a16a637;hp=a8776a3693d8278a334bb324bbd2e926aa8f87ce;hpb=1aa8ac8c41ab8580fce1956086d7e6c7e84a09ee;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8776a36..1757c8ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - mingw container: - image: debian:bullseye + image: debian:stable options: --privileged steps: @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-22.04 timeout-minutes: 20 container: - image: debian:bullseye-slim + image: debian:stable-slim env: CI: 1 @@ -197,17 +197,16 @@ jobs: fail-fast: false matrix: os: - - alpine + - alpine:latest - alpine:edge - - centos:7 # aka RHEL 7 - - almalinux:8 # aka RHEL 8 - - almalinux:9 # aka RHEL 9 - - fedora - - debian:buster - - debian:bullseye + - almalinux:latest + - fedora:latest + - fedora:rawhide + - debian:oldstable + - debian:stable - debian:testing - - ubuntu # current LTS - - ubuntu:rolling # latest + - ubuntu:latest + - ubuntu:rolling container: image: ${{ matrix.os }} options: --privileged