Update to supported linux distros (#3248)

This commit is contained in:
Dustin J. Mitchell 2024-01-21 13:13:41 -05:00 committed by GitHub
parent 0fca650b65
commit 5806413d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 72 additions and 76 deletions

View file

@ -66,27 +66,15 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Centos 8"
- name: "Fedora 38"
runner: ubuntu-latest
dockerfile: centos8
- name: "Fedora 32"
dockerfile: fedora38
- name: "Fedora 39"
runner: ubuntu-latest
dockerfile: fedora32
- name: "Fedora 33"
runner: ubuntu-latest
dockerfile: fedora33
- name: "Fedora 34"
runner: ubuntu-latest
dockerfile: fedora34
- name: "Fedora 35"
runner: ubuntu-latest
dockerfile: fedora35
dockerfile: fedora39
- name: "Debian Testing"
runner: ubuntu-latest
dockerfile: debiantesting
- name: "Ubuntu 18.04"
runner: ubuntu-latest
dockerfile: ubuntu1804
- name: "Ubuntu 20.04"
runner: ubuntu-latest
dockerfile: ubuntu2004