Skip to content

Commit 6cae6ad

Browse files
authored
Merge pull request #5 from build-extensions-oss/correct-jvm
remove old java
2 parents 2b5d7bc + 62e94a7 commit 6cae6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# build project on some operating systems
2121
os: [ ubuntu-latest ]
22-
jdk: [ 8, 11, 17 ]
22+
jdk: [ 11, 17, 21 ]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle#using-the-gradle-starter-workflow

0 commit comments

Comments
 (0)