mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
This commit is contained in:
parent
a6714731f5
commit
69c9593cc1
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -24,11 +24,9 @@ jobs:
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 15 ]
|
||||
java: [ 8, 11, 16 ]
|
||||
experimental: [false]
|
||||
include:
|
||||
- java: 16-ea
|
||||
experimental: true
|
||||
- java: 17-ea
|
||||
experimental: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user