Skip to content

Commit

Permalink
Raised the release CI job's Java version to 17 as this is the min req…
Browse files Browse the repository at this point in the history
…uired by the Jetty 12 variant
  • Loading branch information
tomakehurst committed Dec 2, 2024
1 parent 1b0076c commit b7c579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit b7c579c

Please sign in to comment.