Skip to content

Commit 1a8f08a

Browse files
authored
Merge pull request #7 from newrelic-experimental/gsidhwani-nr-patch-1
Updated release.yml for JDK 17 build
2 parents dc925d7 + ca14251 commit 1a8f08a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fetch-depth: 0
1515

1616

17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: 11
20+
java-version: 17
2121
distribution: 'temurin'
2222

2323

0 commit comments

Comments
 (0)