mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
Merge pull request #1977 from RincewindsHat/revert_to_debian_stable
Use debian stable for main tests again
This commit is contained in:
commit
b1442d73d2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -49,10 +49,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- 'debian:testing'
|
||||
- 'debian:stable'
|
||||
#...
|
||||
include:
|
||||
- distro: 'debian:testing'
|
||||
- distro: 'debian:stable'
|
||||
prepare: .github/prepare_debian.sh
|
||||
#...
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue