Skip to content

Commit fb6e779

Browse files
Update SQ_VERSION in CI pipeline to specific version 2025.4.3.113915
1 parent 4d4c14a commit fb6e779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)