We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7c0fb commit 6239cc2Copy full SHA for 6239cc2
.github/workflows/lint-test-sdk.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- java-version: ['8', '11', '17'] # Define the Java versions to test against
+ java-version: ['8', '11', '17', '21'] # Define the Java versions to test against
19
steps:
20
- uses: actions/checkout@v4
21
with:
0 commit comments