From 4b37692d39e2e84bab1c0aacd606da85ea51fa75 Mon Sep 17 00:00:00 2001 From: David Lisa Gnedt Date: Tue, 24 Dec 2024 00:54:05 +0100 Subject: [PATCH] CI: Add new FreeBSD version 14.2 --- .github/workflows/ci-python3-freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python3-freebsd.yml b/.github/workflows/ci-python3-freebsd.yml index 023a59a..4f36726 100644 --- a/.github/workflows/ci-python3-freebsd.yml +++ b/.github/workflows/ci-python3-freebsd.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - freebsd-release: [ '13.3', '13.4', '14.0', '14.1', '15.0' ] + freebsd-release: [ '13.3', '13.4', '14.0', '14.1', '14.2', '15.0' ] # Steps represent a sequence of tasks that will be executed as part of the job steps: