Skip to content

Commit

Permalink
stick to LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Sep 12, 2024
1 parent 8ede3a9 commit 649e160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
path: ~/.goomph
key: ${{ runner.os }}-goomph-${{ hashFiles('build.gradle') }}
restore-keys: ${{ runner.os }}-goomph-
- name: 'Set up JDK 22'
- name: 'Set up JDK 21'
uses: actions/setup-java@v4
with:
java-version: 22
java-version: 21
distribution: 'temurin'
- name: 'Generate latest docs'
env:
Expand Down

0 comments on commit 649e160

Please sign in to comment.