From 27fc29138151ebdbaeddd0c717e8c7ff1cae4599 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= Date: Fri, 26 Aug 2022 12:46:42 +0200 Subject: [PATCH] ci macOS: add Knot 3.2 --- .github/workflows/macOS.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2