Skip to content

Commit 1a6004e

Browse files
authored
SCANJLIB-304 Update tested SQS versions and Java version used by the CI (#280)
1 parent d36cfa8 commit 1a6004e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,21 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
SQ_VERSION:
56-
- LATEST_RELEASE
57-
- LATEST_RELEASE[2025.1]
58-
- LATEST_RELEASE[9.9]
55+
include:
56+
- SQ_VERSION: LATEST_RELEASE
57+
JAVA_VERSION: 21
58+
- SQ_VERSION: LATEST_RELEASE[2026.1]
59+
JAVA_VERSION: 21
60+
- SQ_VERSION: LATEST_RELEASE[2025.1]
61+
JAVA_VERSION: 17
5962
steps:
6063
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6164

6265
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
6366
with:
6467
version: 2025.7.12
6568
tool_versions: |
66-
java 17
69+
java ${{ matrix.JAVA_VERSION }}
6770
6871
- name: Getting Vault Secrets
6972
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)