Skip to content

Commit 1897d21

Browse files
authored
Merge pull request #27 from newrelic/gsidhwani-nr-patch-2
fix: Updated JDK 17 for build - release.yml
2 parents d9942db + b6071e2 commit 1897d21

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
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 0
1818
persist-credentials: true
1919

20-
- name: Set up JDK 8
20+
- name: Set up JDK 17
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: 8
23+
java-version: 17
2424
distribution: "temurin"
2525

2626
- name: Set Extensions Dir

0 commit comments

Comments
 (0)