]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Deprecate Debian 10 and add Ubuntu 22.04 to full deb packaging tests
authorNick Porter <nick@portercomputing.co.uk>
Wed, 31 May 2023 06:54:18 +0000 (07:54 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 31 May 2023 06:54:18 +0000 (07:54 +0100)
Debian 10 does not have Python 3.8 packages which are required for
rlm_python

.github/workflows/ci-deb.yml

index 18a9e911207f7541e58295efb962c34adcd53f08..d422c1d9bac3832e6c0e34bb0b81a171b9150dee 100644 (file)
@@ -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"      }
             ]