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
+1 -1
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