From: Oto Šťáva Date: Fri, 26 Aug 2022 10:46:42 +0000 (+0200) Subject: ci macOS: add Knot 3.2 X-Git-Tag: v5.5.3~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fc29138151ebdbaeddd0c717e8c7ff1cae4599;p=thirdparty%2Fknot-resolver.git ci macOS: add Knot 3.2 --- diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml index a5ab6fc38..09db6c3d0 100644 --- a/.github/workflows/macOS.yaml +++ b/.github/workflows/macOS.yaml @@ -6,6 +6,9 @@ jobs: build-test: name: Build & unit tests & sanity check runs-on: macOS-latest + strategy: + matrix: + knot-version: ['3.1', '3.2'] steps: - name: Checkout resolver code @@ -19,7 +22,7 @@ jobs: - name: Install libknot from sources env: - KNOT_DNS_VERSION: '3.1' + KNOT_DNS_VERSION: ${{ matrix.knot-version }} run: | git clone -b ${KNOT_DNS_VERSION} https://gitlab.nic.cz/knot/knot-dns.git cd knot-dns