From: Vincent Bernat Date: Fri, 8 May 2026 21:31:08 +0000 (+0200) Subject: build: test on FreeBSD 15.0 X-Git-Tag: 1.0.22~31 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fa27fef5d4a9eca0f592a22503ab4d68f178edc8;p=thirdparty%2Flldpd.git build: test on FreeBSD 15.0 And remove FreeBSD 13.5 (EOL). --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5bce7c7..35035a89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,9 +107,9 @@ jobs: matrix: os: - name: freebsd - version: '13.5' + version: '14.4' - name: freebsd - version: '14.3' + version: '15.0' - name: netbsd version: '9.4' - name: netbsd