Updated Build Matrix to incude newer java versions and remove obsolete
ones
This commit is contained in:
parent
042460a338
commit
d002f0094f
2
.github/workflows/build_action.yml
vendored
2
.github/workflows/build_action.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
jdk: [8, 11, 16, 17, 18, 19, 20]
|
jdk: [8, 11, 17, 20, 21, 25]
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user