Skip to content

Commit 914bb6b

Browse files
SONARPHP-1586 Set SonarQube version back to DEV for qa tasks (#1333)
1 parent bc1893c commit 914bb6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cirrus/modules/qa.star

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ load(
1717
QA_PLUGIN_GRADLE_TASK = "its:plugin:integrationTest"
1818
QA_RULING_GRADLE_TASK = "its:ruling:integrationTest"
1919
QA_QUBE_LATEST_RELEASE = "LATEST_RELEASE"
20-
# Sonarqube versioning is changing, temporary pin for ITS
21-
QA_QUBE_DEV = "DEV[10.8]"
20+
QA_QUBE_DEV = "DEV"
2221

2322

2423
def on_failure():

0 commit comments

Comments
 (0)