mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 23:16:01 +00:00
Add Java 22 to the GH CI build
This commit is contained in:
parent
618a20f777
commit
d8909f9d9e
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 17, 21 ]
|
||||
java: [ 8, 11, 17, 21, 22 ]
|
||||
experimental: [false]
|
||||
# include:
|
||||
# - java: 22-ea
|
||||
|
Loading…
x
Reference in New Issue
Block a user