summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-12-22 15:43:52 (GMT)
committerGitHub <noreply@github.com>2023-12-22 15:43:52 (GMT)
commitb1442d73d21cc2ce14328069d4f8532eb2cf7f83 (patch)
tree395df8703a76409efa80c430774ba2887a7173fc
parent0445456e8bf086a61fee281e73099b761963c46f (diff)
parent158555c1a98801795991c94a2937eeaeb74a389a (diff)
downloadmonitoring-plugins-b1442d73d21cc2ce14328069d4f8532eb2cf7f83.tar.gz
Merge pull request #1977 from RincewindsHat/revert_to_debian_stable
Use debian stable for main tests again
-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 9297a75..c4975f1 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: