Skip to content

Commit

Permalink
Fix OpenRewrite build by upgrading to JDK 21 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet authored Sep 17, 2024
1 parent afeae04 commit dc5f8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-experiments-openrewrite-concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- experimentId: 3
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 21
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
Expand Down

0 comments on commit dc5f8be

Please sign in to comment.