Skip to content

Commit 4aa8c02

Browse files
authored
Tests with Java 17
1 parent ba0049e commit 4aa8c02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ jobs:
1717
releasename: 'Mac'
1818
steps:
1919
- uses: actions/checkout@v1
20-
- uses: joschi/setup-jdk@v1
21-
env:
22-
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
20+
- uses: joschi/setup-jdk@v2
2321
with:
24-
java-version: '14'
22+
java-version: '17'
2523
- uses: actions/cache@v1
2624
with:
2725
path: ~/.m2/repository

0 commit comments

Comments
 (0)