Skip to content

Commit

Permalink
Pick a real Java version number
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Oct 30, 2023
1 parent 69b82a8 commit 2dcc20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.14
java-version: 14
- uses: ruby/setup-ruby@v1.159.0
with:
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 1.14
java-version: 14
- name: 'Print versions'
run: |
java -version
Expand Down

0 comments on commit 2dcc20d

Please sign in to comment.