2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2026-01-24 02:25:04 +00:00

chore: update distro releases

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2026-01-21 18:11:50 +01:00
parent 897f49a452
commit 113541c1d6
4 changed files with 31 additions and 26 deletions

View File

@@ -2,7 +2,6 @@ name: Tests and Build
on:
push:
branches: [ "*" ]
tags: [ "v*" ]
pull_request:
branches: [ main ]
@@ -59,7 +58,7 @@ jobs:
- kalilinux
- alpine
- centos
- quay.io/centos/centos:stream9
- quay.io/centos/centos:stream
steps:
- name: Checkout
@@ -102,13 +101,13 @@ jobs:
strategy:
matrix:
image:
- alpine:3.17
- ubuntu:20.04
- alpine:3.23
- ubuntu:22.04
- debian:10
- debian:11
- ubuntu:24.04
- debian:12
- debian:13
- centos:8
- quay.io/centos/centos:stream9
- quay.io/centos/centos:stream10
steps:
- name: Checkout
uses: actions/checkout@v3