From 502448742b9d90bbe0aec1ec3430857358327408 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 27 Feb 2024 22:35:39 +0100 Subject: [PATCH] Build: just v1.23.0 (#15) --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8e9213d..a367761 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,8 +36,8 @@ jobs: test-version: needs: test-latest strategy: - matrix: - just-version: [0.5.11, 0.6.1, 0.7.3, 0.8.7, 0.9.9, 0.10.7, 0.11.2, 1.5.0] + matrix: # https://github.com/casey/just/releases + just-version: [0.5.11, 0.6.1, 0.7.3, 0.8.7, 0.9.9, 0.10.7, 0.11.2, 1.5.0, 1.23.0] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3