We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36cfa8 commit 1a6004eCopy full SHA for 1a6004e
.github/workflows/build.yml
@@ -52,18 +52,21 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- SQ_VERSION:
56
- - LATEST_RELEASE
57
- - LATEST_RELEASE[2025.1]
58
- - LATEST_RELEASE[9.9]
+ include:
+ - SQ_VERSION: LATEST_RELEASE
+ JAVA_VERSION: 21
+ - SQ_VERSION: LATEST_RELEASE[2026.1]
59
60
+ - SQ_VERSION: LATEST_RELEASE[2025.1]
61
+ JAVA_VERSION: 17
62
steps:
63
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64
65
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
66
with:
67
version: 2025.7.12
68
tool_versions: |
- java 17
69
+ java ${{ matrix.JAVA_VERSION }}
70
71
- name: Getting Vault Secrets
72
uses: SonarSource/vault-action-wrapper@v3
0 commit comments