Skip to content

Commit 1356705

Browse files
committed
Add JDK 21 to the test matrix
1 parent 79a1828 commit 1356705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
# test against latest 8, 11, 17 of zulu and temurin java
10-
java-version: [8, 11, 17]
9+
# test against latest 8, 11, 17, 21 of zulu and temurin java
10+
java-version: [8, 11, 17, 21]
1111
java-vendor: ['zulu', 'temurin', 'corretto']
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)