Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 8c48817

Browse files
author
Andrew Strelsky
committed
set java version to 17 in test runner
1 parent 6022604 commit 8c48817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-java@v1
1414
with:
15-
java-version: "11"
15+
java-version: "17"
1616
java-package: jdk
1717
architecture: x64
1818
- uses: er28-0652/setup-ghidra@master

0 commit comments

Comments
 (0)