Skip to content

Commit

Permalink
GitHub CI: update list of container images
Browse files Browse the repository at this point in the history
Remove explicit versions, and instead use :latest and other aliases. Try
to get a latest stable release and a development release for several
well-known distributions. Drop CentOS as it is no longer supported.
  • Loading branch information
gsliepen committed Apr 7, 2024
1 parent 1aa8ac8 commit d9e42fa
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- mingw

container:
image: debian:bullseye
image: debian:stable
options: --privileged

steps:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d9e42fa

Please sign in to comment.