From ac6121becc9d9c6425dc1893f881ad823592f230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 5 Jun 2024 11:10:54 +0200 Subject: [PATCH] GH code-samples: update PV target IDE versions --- .github/workflows/code-samples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-samples.yml b/.github/workflows/code-samples.yml index 0f94c20fd..c80144535 100644 --- a/.github/workflows/code-samples.yml +++ b/.github/workflows/code-samples.yml @@ -7,7 +7,7 @@ on: paths: [ 'code_samples/**','.github/workflows/code-samples.yml' ] env: - PLUGIN_VERIFIER_IDE_VERSIONS: '2023.2.6 2023.3.6 2024.1' + PLUGIN_VERIFIER_IDE_VERSIONS: '2023.2.6 2023.3.6 2024.1.2' jobs: