From: Vincent Bernat Date: Tue, 2 Dec 2025 07:49:21 +0000 (+0100) Subject: build: test more BSD versions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=094aded1beb554cd027214ee25270a0955c44c49;p=thirdparty%2Flldpd.git build: test more BSD versions --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b3b2b23..22d92119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,11 +107,17 @@ jobs: matrix: os: - name: freebsd - version: '13.3' + version: '13.5' + - name: freebsd + version: '14.3' + - name: netbsd + version: '9.4' - name: netbsd - version: '9.3' + version: '10.1' + - name: openbsd + version: '7.7' - name: openbsd - version: '7.4' + version: '7.8' runs-on: ubuntu-latest steps: - uses: actions/checkout@v6