mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-18 07:56:33 +00:00
Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
This commit is contained in:
parent
935dff1c89
commit
d467e41a8f
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
|||||||
continue-on-error: ${{ matrix.experimental }}
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java: [ 8, 11, 14 ]
|
java: [ 8, 11, 15 ]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
- java: 15-ea
|
- java: 16-ea
|
||||||
experimental: true
|
experimental: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user