From: Peter van Dijk Date: Sun, 17 Jul 2022 21:51:50 +0000 (+0200) Subject: Merge pull request #11792 from Habbie/kinetic X-Git-Tag: auth-4.8.0-alpha0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b99bc9bd2a2788168cfa6b3ea30308991abfae;p=thirdparty%2Fpdns.git Merge pull request #11792 from Habbie/kinetic add ubuntu kinetic target and run it daily in CI --- 77b99bc9bd2a2788168cfa6b3ea30308991abfae diff --cc .github/workflows/builder.yml index 78165f1cff,73534b986e..a5c80d9f18 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@@ -18,9 -18,8 +18,9 @@@ jobs - ubuntu-bionic - el-8 - centos-8-stream + - centos-9-stream - debian-bullseye - - ubuntu-jammy + - ubuntu-kinetic fail-fast: false steps: - uses: actions/checkout@v2.3.4