File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 contents : write
146146 strategy :
147147 matrix :
148- SQ_VERSION : [LATEST_RELEASE, DEV]
148+ SQ_VERSION : 2025.4.3.113915
149149 steps :
150150 - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
151151 with :
@@ -229,7 +229,7 @@ jobs:
229229 GITHUB_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).GITHUB_TOKEN }}
230230 GRADLE_TASK : its:ruling:integrationTest
231231 KEEP_ORCHESTRATOR_RUNNING : " true"
232- SQ_VERSION : LATEST_RELEASE
232+ SQ_VERSION : 2025.4.3.113915
233233 PHP_PROJECT : ${{ matrix.PHP_PROJECT }}
234234 run : |
235235 ./gradlew "${GRADLE_TASK}" "-Dsonar.runtimeVersion=${SQ_VERSION}" --tests "PhpGeneralRulingTest.test${PHP_PROJECT}" --info --build-cache --console plain --no-daemon
You can’t perform that action at this time.
0 commit comments