From 7e6dc993bfb4a33bb09f0cff0f95c66d97723284 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 12 Jun 2024 13:20:16 +0200 Subject: [PATCH] .github/workflows: update pipeline versions Signed-off-by: Vincent Demeester --- .github/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bd71ef4..7193f2f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,9 +47,10 @@ jobs: fail-fast: false # Keep running if one leg fails. matrix: pipeline-version: - - v0.47.5 - - v0.50.5 - - v0.53.3 + - v0.50.6 + - v0.53.7 + - v0.56.5 + - v0.59.1 - latest runs-on: ubuntu-latest steps: