Skip to content

Commit f0b9a25

Browse files
authored
Run native image test with jdk17 (open-telemetry#8717)
1 parent 7a40f1b commit f0b9a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native-tests-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: graalvm/setup-graalvm@v1
1515
with:
1616
version: 'latest'
17-
java-version: '11'
17+
java-version: '17'
1818
components: 'native-image'
1919
- name: Running test
2020
run: |

0 commit comments

Comments
 (0)