mirror of https://github.com/alibaba/fastjson2.git
ci add jdk 21
This commit is contained in:
parent
bc03d2de26
commit
2aac09a95f
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
java: [ 8, 11, 17 ]
|
||||
java: [ 8, 11, 17, 21 ]
|
||||
fail-fast: false
|
||||
max-parallel: 16
|
||||
name: Test on JDK ${{ matrix.java }} OS ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue