From: Nick Porter Date: Wed, 31 May 2023 06:54:18 +0000 (+0100) Subject: Deprecate Debian 10 and add Ubuntu 22.04 to full deb packaging tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1af6328231fe8bf357717d6948b7b0408f78b7;p=thirdparty%2Ffreeradius-server.git Deprecate Debian 10 and add Ubuntu 22.04 to full deb packaging tests Debian 10 does not have Python 3.8 packages which are required for rlm_python --- diff --git a/.github/workflows/ci-deb.yml b/.github/workflows/ci-deb.yml index 18a9e911207..d422c1d9bac 100644 --- a/.github/workflows/ci-deb.yml +++ b/.github/workflows/ci-deb.yml @@ -36,7 +36,7 @@ jobs: { "env": [ { "NAME": "ubuntu-20.04", "OS": "ubuntu:20.04" }, - { "NAME": "debian-10", "OS": "debian:buster" }, + { "NAME": "ubuntu-22.04", "OS": "ubuntu:22.04" }, { "NAME": "debian-11", "OS": "debian:bullseye" }, { "NAME": "debian-sid", "OS": "debian:sid" } ]