Skip to content

Commit 542b195

Browse files
authored
include version 21 in tests (#78)
1 parent 3f45645 commit 542b195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
java-version: ['8', '11', '17'] # Define the Java versions to test against
33+
java-version: ['8', '11', '17', '21'] # Define the Java versions to test against
3434
steps:
3535
- name: Display Testing Details
3636
run: |

0 commit comments

Comments
 (0)