mirror of https://github.com/alibaba/fastjson2.git
fix remove jdk23 temporarily
This commit is contained in:
parent
3236d8014c
commit
cb644b796d
|
@ -19,7 +19,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-20.04, windows-latest, macos-latest ]
|
os: [ ubuntu-20.04, windows-latest, macos-latest ]
|
||||||
java: [ 8, 11, 17, 21, 23 ]
|
java: [ 8, 11, 17, 21 ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 16
|
max-parallel: 16
|
||||||
name: Test on JDK ${{ matrix.java }} OS ${{ matrix.os }}
|
name: Test on JDK ${{ matrix.java }} OS ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in New Issue