]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: test more BSD versions
authorVincent Bernat <vincent@bernat.ch>
Tue, 2 Dec 2025 07:49:21 +0000 (08:49 +0100)
committerVincent Bernat <vincent@bernat.ch>
Tue, 2 Dec 2025 11:22:47 +0000 (12:22 +0100)
.github/workflows/ci.yml

index 6b3b2b238943d10b76426f7f2eb8cee9c4a3bb8a..22d921195dacb316b876b951e41c4c95ff773942 100644 (file)
@@ -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