Skip to content

Commit bf2a712

Browse files
committed
Update the CI runner.
Signed-off-by: James R. Perkins <[email protected]>
1 parent 69b76b4 commit bf2a712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, windows-latest ]
20-
java: ['8', '11', '17']
20+
java: ['8', '11', '17', '21']
2121

2222
steps:
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)