Update github workflow

This commit is contained in:
Gabriele C 2022-10-27 01:47:32 +02:00 committed by GitHub
parent 3741fb4cec
commit 87c60a5b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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