diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-22 11:41:41 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-22 11:41:41 +0100 |
commit | 158555c1a98801795991c94a2937eeaeb74a389a (patch) | |
tree | 395df8703a76409efa80c430774ba2887a7173fc | |
parent | 0445456e8bf086a61fee281e73099b761963c46f (diff) | |
download | monitoring-plugins-158555c.tar.gz |
Use debian stable for main tests again
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9297a757..c4975f1d 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: |