Skip to content

Commit

Permalink
CI: remove Debian 9 from the matrix
Browse files Browse the repository at this point in the history
The distribution has recently been archived and the packages are no
longer reachable... In the default configuration at least - I didn't try
rummaging through the apt config.

AFAICT Debian 9 has gone EOL in 2020, with LTS finishing in 2022. There
is an ELTS still ongoing but that's outside of our concerns... Unless
someone comes up with enticing suggestions that is ;-)

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
  • Loading branch information
evelikov-work authored and evelikov committed Apr 27, 2023
1 parent 8606438 commit 9c2f32c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- {name: "almalinux", tag: "8"}
- {name: "debian", tag: "11"}
- {name: "debian", tag: "10"}
- {name: "debian", tag: "9"}
- {name: "ubuntu", tag: "22.04"}
- {name: "ubuntu", tag: "20.04"}
- {name: "ubuntu", tag: "18.04"}
Expand Down Expand Up @@ -99,8 +98,6 @@ jobs:
run: |
if [ "${{ matrix.distro.name }}" = alpine ] && [ "${{ matrix.distro.variant }}" = "-lts" ]; then
./run_test.sh --no-signing-tool
elif [ "${{ matrix.distro.name }}" = debian ] && [ "${{ matrix.distro.tag }}" = 9 ]; then
./run_test.sh --no-signing-tool
else
./run_test.sh
fi
Expand Down

0 comments on commit 9c2f32c

Please sign in to comment.