From 191a778baf8cb20b7e2e80de9b6023831e9095de Mon Sep 17 00:00:00 2001 From: azerr Date: Mon, 9 Oct 2023 16:16:19 +0200 Subject: [PATCH] build: add 2023.3 to the build matrix Signed-off-by: azerr --- .github/workflows/IJ.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IJ.yml b/.github/workflows/IJ.yml index 0687c8f8c..d517774f9 100644 --- a/.github/workflows/IJ.yml +++ b/.github/workflows/IJ.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - IJ: [IC-2022.2, IC-2022.3, IC-2023.1, IC-2023.2, IC-2023.2.1] + IJ: [IC-2022.2, IC-2022.3, IC-2023.1, IC-2023.2, IC-2023.3] steps: - uses: actions/checkout@v2