diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-23 14:38:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 14:38:41 (GMT) |
commit | 845c7a090f7b1ef14f2473bad4ae97393272d998 (patch) | |
tree | 945017714ad3068a666f01b55ef416b8f8a7cdc4 /.github/workflows/test.yml | |
parent | f25648d6bbfdefd25d8c366e3e6913927bd3fe75 (diff) | |
parent | b1442d73d21cc2ce14328069d4f8532eb2cf7f83 (diff) | |
download | monitoring-plugins-845c7a090f7b1ef14f2473bad4ae97393272d998.tar.gz |
Merge branch 'master' into plugins-root-lcryptorefs/pull/1970/head
Diffstat (limited to '.github/workflows/test.yml')
-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 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: |