diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-11-22 23:37:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 23:37:23 +0100 |
| commit | f054ab04e788405932b9bb081747bc7c8328a0d8 (patch) | |
| tree | 0d7147342b892f824db221339ae5176ec225e761 | |
| parent | 53a15f0c2c59a06f2d4f8f07c6b579b7d5272de3 (diff) | |
| parent | 6db7d10428a734bf7c3b2ff98517175bb9467d8a (diff) | |
| download | monitoring-plugins-f054ab04e788405932b9bb081747bc7c8328a0d8.tar.gz | |
Merge pull request #1962 from waja/CI_testing
CI: Switch back to testing
| -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 c4975f1d..9297a757 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: |
