Skip to content

Commit 56aa516

Browse files
committed
Test jsoar against java 21 as well
1 parent 172af4a commit 56aa516

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
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
17-
java: [ 11, 17 ]
17+
java: [ 11, 17, 21 ]
1818
runs-on: ${{ matrix.os }}
1919
name: Java ${{ matrix.java }} on ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)