From 2b531ab7239e3ecedcc88c889083c24964848777 Mon Sep 17 00:00:00 2001 From: vaisakhkannan Date: Wed, 8 Jan 2025 19:37:07 +0530 Subject: [PATCH] Added LTI version 24.0.12 --- .github/workflows/cronJob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cronJob.yaml b/.github/workflows/cronJob.yaml index b5a8e2358..d5c4eb788 100644 --- a/.github/workflows/cronJob.yaml +++ b/.github/workflows/cronJob.yaml @@ -95,7 +95,7 @@ jobs: fail-fast: false matrix: # Existing LTI release tags and branches can be added to obtain build results.If the tag array is empty, it will default to 'main'. However, if there is at least one tag or branch in the tag array and you need to run on 'main' as well, make sure to add 'main' to the array. - tag: [ 'main', '24.0.9' ] # Can specify tags or branches such as '24.0.6' and 'main' + tag: [ 'main', '24.0.9', '24.0.12' ] # Can specify tags or branches such as '24.0.6' and 'main' pr_details: ${{ fromJson(needs.fetch_all_pull_request_shas.outputs.pr_details) }} with: useLocalPlugin: true @@ -111,7 +111,7 @@ jobs: fail-fast: false matrix: # Existing LTI release tags and branches can be added to obtain build results.If the tag array is empty, it will default to 'main'. However, if there is at least one tag or branch in the tag array and you need to run on 'main' as well, make sure to add 'main' to the array. - tag: [ 'main', '24.0.9' ] + tag: [ 'main', '24.0.9', '24.0.12' ] with: useLocalPlugin: true refLsp4ij: main