CI: update Java matrix to LTS releases
Some checks failed
Build/test / JDK ${{ matrix.java }} (11, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (17, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (21, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (8, ubuntu-22.04) (push) Has been cancelled
Some checks failed
Build/test / JDK ${{ matrix.java }} (11, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (17, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (21, ubuntu-22.04) (push) Has been cancelled
Build/test / JDK ${{ matrix.java }} (8, ubuntu-22.04) (push) Has been cancelled
This commit is contained in:
parent
36c1079322
commit
49af72520c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04]
|
||||
java: [8, 11, 13, 15]
|
||||
java: [8, 11, 17, 21]
|
||||
fail-fast: false
|
||||
name: JDK ${{ matrix.java }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user