Skip to content

Commit 7d912b8

Browse files
committed
fix: add Java 21 to the test matrix
1 parent 53b391f commit 7d912b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
java-version: [8, 11, 17]
24+
java-version: [8, 11, 17, 21]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)