diff options
author | Jan Wagner <waja@cyconet.org> | 2023-11-13 07:26:59 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-11-13 07:26:59 (GMT) |
commit | 6db7d10428a734bf7c3b2ff98517175bb9467d8a (patch) | |
tree | 9886cd6215b3155c5201485b61be92d21076d537 /.github | |
parent | f1e91405c3b51641b02228672c47e2b4aa1dd5f1 (diff) | |
download | monitoring-plugins-6db7d10428a734bf7c3b2ff98517175bb9467d8a.tar.gz |
CI: Switch back to testingrefs/pull/1962/head
Diffstat (limited to '.github')
-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 c4975f1..9297a75 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:stable' | 52 | - 'debian:testing' |
53 | #... | 53 | #... |
54 | include: | 54 | include: |
55 | - distro: 'debian:stable' | 55 | - distro: 'debian:testing' |
56 | prepare: .github/prepare_debian.sh | 56 | prepare: .github/prepare_debian.sh |
57 | #... | 57 | #... |
58 | steps: | 58 | steps: |