drop jdk 14 testing
test on 8, 11, 17, and 21 Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
6c2d8de53f
commit
544992be88
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-and-snapshot.yml
vendored
2
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '14', '17', '21' ]
|
||||
java: [ '8', '17', '21' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v4
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '8', '11', '14', '17', '21' ]
|
||||
java: [ '8', '11', '17', '21' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue