Skip to content

Commit b5e5f78

Browse files
committed
Use JDK17 in github actions
1 parent d825c5c commit b5e5f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest ]
22-
java: ['11']
22+
java: ['17']
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)