mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Jettison centos7 and centos8 in favor of centos-stream9
CentOS 8 reached end of life on 2021-12-31 (CentOS Stream8 on 2024-05-31) CentOS 7 reaches end of life on 2024-06-30 Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
57c9926af9
commit
ba197c6198
4 changed files with 7 additions and 59 deletions
7
.github/workflows/tests.yaml
vendored
7
.github/workflows/tests.yaml
vendored
|
@ -15,12 +15,9 @@ jobs:
|
|||
- name: "Archlinux Base"
|
||||
runner: ubuntu-latest
|
||||
container: archlinux
|
||||
- name: "Centos 7"
|
||||
- name: "Centos Stream9"
|
||||
runner: ubuntu-latest
|
||||
container: centos7
|
||||
- name: "Centos 8"
|
||||
runner: ubuntu-latest
|
||||
container: centos8
|
||||
container: centos-stream9
|
||||
- name: "Debian Stable"
|
||||
runner: ubuntu-latest
|
||||
container: debianstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue