summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-09-30 20:55:35 (GMT)
committerGitHub <noreply@github.com>2023-09-30 20:55:35 (GMT)
commit60ecb14b7c1db72c49e3fa6b4338c9365d303451 (patch)
treef07d0e5446e007b9961ac004fbdf5d861008aef3 /.github/workflows
parentbc2d1e4b5ecd5fc9270b8d8a65cbd445b7fb783f (diff)
parenta4c7111f90b00e5060eeebd73b71f67e6e161607 (diff)
downloadmonitoring-plugins-60ecb14b7c1db72c49e3fa6b4338c9365d303451.tar.gz
Merge branch 'master' into autoconf_fix
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 77b09f4..eda2790 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,10 +49,10 @@ jobs:
49 fail-fast: false 49 fail-fast: false
50 matrix: 50 matrix:
51 distro: 51 distro:
52 - 'debian:testing' 52 - 'debian:stable'
53 #... 53 #...
54 include: 54 include:
55 - distro: 'debian:testing' 55 - distro: 'debian:stable'
56 prepare: .github/prepare_debian.sh 56 prepare: .github/prepare_debian.sh
57 #... 57 #...
58 steps: 58 steps: