Skip to content

Commit 32a354a

Browse files
authored
Merge pull request #126 from jfdenise/main
Use JDK17 in github actions
2 parents d825c5c + b5e5f78 commit 32a354a

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)