Update workflows to JDK 17

This commit is contained in:
Gabriele C. 2024-04-26 03:24:39 +02:00
parent b1f565a92a
commit 02e28052d5
2 changed files with 1 additions and 5 deletions

View File

@ -10,7 +10,7 @@ jobs:
build_and_test:
strategy:
matrix:
jdkversion: [11]
jdkversion: [17]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View File

@ -4,10 +4,6 @@ language: java
matrix:
include:
- env:
- JDK_VERSION=8
- env:
- JDK_VERSION=11
- env:
- JDK_VERSION=17