From 8dad3908874c73b24cad8136e2c563a4cb27b22a Mon Sep 17 00:00:00 2001 From: Andre Dietisheim Date: Mon, 15 May 2023 17:35:46 +0200 Subject: [PATCH] chore: validated against IC-2023.2, too Signed-off-by: Andre Dietisheim --- .github/workflows/validate_IJ_versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_IJ_versions.yml b/.github/workflows/validate_IJ_versions.yml index f9a2570c..f009b045 100644 --- a/.github/workflows/validate_IJ_versions.yml +++ b/.github/workflows/validate_IJ_versions.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - IJ: [IU-2021.1, IU-2021.2, IU-2021.3, IU-2022.1, IU-2022.2, IU-2022.3, IU-2023.1] + IJ: [IU-2021.1, IU-2021.2, IU-2021.3, IU-2022.1, IU-2022.2, IU-2022.3, IU-2023.1, IU-2023.2] steps: - name: Checkout Code