From 6790d4cd2a82e9d8c269e0130ee350995cc9686c Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Tue, 8 Nov 2022 18:19:53 +1100 Subject: [PATCH] Build on latest stable release --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2da67ea..9c2c4e4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,8 +21,9 @@ jobs: # - 4.09.x # - 4.10.x # - 4.11.x - - 4.12.x + # - 4.12.x - 4.13.x + - 4.14.x runs-on: ${{ matrix.os }}