Skip to content

Commit 4de7cd6

Browse files
committed
Revert "Use JDK 20 instead of 18 in GitHub Actions builds"
This reverts commit c85f0a3.
1 parent e2eea29 commit 4de7cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
java: [8, 11, 17, 20]
22+
java: [8, 11, 17, 18]
2323
distribution: [temurin]
2424
include:
2525
- java: 17

0 commit comments

Comments
 (0)