removing debian 9

This commit is contained in:
Gareth J. Greenaway 2022-11-03 13:06:07 -07:00 committed by Pedro Algarvio
parent 6a613d0dea
commit 38b5f3d042
2 changed files with 0 additions and 18 deletions

View file

@ -336,20 +336,6 @@ jobs:
instances: '["stable-3004", "stable-3005", "onedir-3005", "git-master", "latest"]'
debian-9:
name: Debian 9
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
uses: ./.github/workflows/test-linux.yml
needs:
- lint
- generate-actions-workflow
with:
distro-slug: debian-9
display-name: Debian 9
timeout: 20
instances: '["stable-3003", "git-3003", "stable-3004", "git-3004", "stable-3005", "git-3005", "onedir-3005", "git-master", "latest"]'
fedora-35:
name: Fedora 35
if: github.event_name == 'push' || needs.collect-changed-files.outputs.run-tests == 'true'
@ -541,7 +527,6 @@ jobs:
- centos-stream8
- debian-10
- debian-11
- debian-9
- fedora-35
- fedora-36
- gentoo

View file

@ -15,7 +15,6 @@ LINUX_DISTROS = [
"centos-stream8",
"debian-10",
"debian-11",
"debian-9",
"fedora-35",
"fedora-36",
"gentoo",
@ -53,7 +52,6 @@ STABLE_DISTROS = [
"centos-stream8",
"debian-10",
"debian-11",
"debian-9",
"fedora-35",
"fedora-36",
"gentoo",
@ -183,7 +181,6 @@ DISTRO_DISPLAY_NAMES = {
"centos-stream8": "CentOS Stream 8",
"debian-10": "Debian 10",
"debian-11": "Debian 11",
"debian-9": "Debian 9",
"fedora-35": "Fedora 35",
"fedora-36": "Fedora 36",
"gentoo": "Gentoo",