We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c564d97 commit 62e94a7Copy full SHA for 62e94a7
.github/workflows/pre-merge.yaml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
# build project on some operating systems
21
os: [ ubuntu-latest ]
22
- jdk: [ 8, 11, 17 ]
+ jdk: [ 11, 17, 21 ]
23
runs-on: ${{ matrix.os }}
24
steps:
25
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle#using-the-gradle-starter-workflow
0 commit comments