Skip to content

Commit

Permalink
Fix: use Java 11 runtime (#226)
Browse files Browse the repository at this point in the history
Use the Java runtime version 11

Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
  • Loading branch information
FabioPinheiro authored and mineme0110 committed Apr 30, 2024
1 parent c2f2af4 commit c25e6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
fetch-depth: 0 # Needed for the release tag // `git fetch --tags` will also work
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v14
with:
java-version: openjdk@1.11
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c25e6ac

Please sign in to comment.