Skip to content

Commit

Permalink
Update JDK for Apache James to JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Aug 14, 2024
1 parent 1911393 commit 0dd15ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- experimentId: 2
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/maven/download@actions-stable
Expand Down

0 comments on commit 0dd15ad

Please sign in to comment.