mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Allow Java 16 to fail to allow Java 8 and 11 to run until we know what's
wrong on Java 16.
This commit is contained in:
parent
c4019e73bb
commit
07f7143092
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
@ -24,8 +24,14 @@ jobs:
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ 8, 11, 16 ]
|
||||
#
|
||||
# Allow Java 16 to fail to allow Java 8 and 11 to run until we know what's wrong on Java 16.
|
||||
# java: [ 8, 11, 16 ]
|
||||
java: [ 8, 11 ]
|
||||
experimental: [false]
|
||||
include:
|
||||
- java: 16
|
||||
experimental: true
|
||||
include:
|
||||
- java: 17-ea
|
||||
experimental: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user