diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2025-03-27 16:24:39 +0100 |
---|---|---|
committer | Pierre <pierre.guillot@sonarsource.com> | 2025-03-27 16:26:58 +0100 |
commit | 3c67e6a708f572d4f98ceaabf51c67c532767601 (patch) | |
tree | 4f688533a257a242dc9570643619e457c3fa6972 | |
parent | 91132579e9e78059a0dbc2da46202586db59e216 (diff) | |
download | sonar-scanner-cli-pierre/use-latest-lts.tar.gz sonar-scanner-cli-pierre/use-latest-lts.zip |
Add 2025.1 LTA QApierre/use-latest-lts
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a489c04..d8846f3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -100,7 +100,7 @@ linux_x64_qa_java17_task: <<: *EKS_CONTAINER env: matrix: - - SQ_VERSION: LATEST_RELEASE[9.9] + - SQ_VERSION: LATEST_RELEASE[2025.1] - SQ_VERSION: LATEST_RELEASE - SQ_VERSION: DEV maven_cache: @@ -127,7 +127,7 @@ win_x64_qa_java17_task: env: CIRRUS_SHELL: bash matrix: - - SQ_VERSION: LATEST_RELEASE[9.9] + - SQ_VERSION: LATEST_RELEASE[2025.1] - SQ_VERSION: LATEST_RELEASE - SQ_VERSION: DEV maven_cache: |