drop jdk 14 testing

test on 8, 11, 17, and 21

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2024-06-12 23:15:39 -07:00
parent 6c2d8de53f
commit 544992be88
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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