Skip to content

Commit 1e48054

Browse files
SONARSCALA-49 Restrict ITs to run only against 2025.1
1 parent 22eda15 commit 1e48054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ qa_plugin_task:
9090
memory: 8G
9191
env:
9292
matrix:
93-
- SQ_VERSION: "LATEST_RELEASE"
94-
- SQ_VERSION: "DEV"
93+
- SQ_VERSION: "LATEST_RELEASE[25.1]"
94+
- SQ_VERSION: "DEV[25.1"
9595
<<: *SETUP_GRADLE_CACHE
9696
plugin_script:
9797
- source cirrus-env QA
@@ -113,7 +113,7 @@ qa_ruling_task:
113113
- source cirrus-env QA
114114
- git submodule update --init its/sources
115115
- ./gradlew ":its:ruling:test" --project-prop ruling
116-
"-Dsonar.runtimeVersion=LATEST_RELEASE"
116+
"-Dsonar.runtimeVersion=LATEST_RELEASE[25.1]"
117117
"-Dorchestrator.artifactory.accessToken=${ARTIFACTORY_ACCESS_TOKEN}"
118118
"-DbuildNumber=$BUILD_NUMBER"
119119
-I "${GRADLE_HOME}/init.d/repoxAuth.init.gradle.kts"

0 commit comments

Comments
 (0)