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 3f45645 commit 542b195Copy full SHA for 542b195
.github/workflows/lint-test-sdk.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- 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
34
steps:
35
- name: Display Testing Details
36
run: |
0 commit comments