From 8a487b370253b10381dd60630d66bc7ec12fbbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Valette?= Date: Tue, 21 Oct 2025 15:26:06 +0200 Subject: [PATCH 1/2] Update CI workflow to include version v9.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167fbf1..4356db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ v9.0, v9.1, v9.2, v9.3, v9.4, latest ] + version: [ v9.0, v9.1, v9.2, v9.3, v9.4, v9.5, latest ] container: kitware/vtk-for-ci:${{ matrix.version }} steps: From db544207193fe2622ab33b90d7dd8d72dc6c2ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Valette?= Date: Tue, 21 Oct 2025 15:29:19 +0200 Subject: [PATCH 2/2] Update CI workflow to remove v9.5 from versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4356db5..167fbf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ v9.0, v9.1, v9.2, v9.3, v9.4, v9.5, latest ] + version: [ v9.0, v9.1, v9.2, v9.3, v9.4, latest ] container: kitware/vtk-for-ci:${{ matrix.version }} steps: