From cb4d1616683ba50f2ca933a318887ee7a0e33970 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 7 Jan 2025 11:45:43 +0100 Subject: [PATCH] Add 0.9.14 to tested libvncserver builds --- .github/workflows/libvncserver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/libvncserver.yml b/.github/workflows/libvncserver.yml index 371ba2a56b..230dc2573c 100644 --- a/.github/workflows/libvncserver.yml +++ b/.github/workflows/libvncserver.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - ref: [ 0.9.13 ] + ref: [ 0.9.13, 0.9.14 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-22.04