Skip to content

Commit

Permalink
Update java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
M-DinhHoangViet authored Oct 24, 2023
1 parent 8e2f09d commit 849d2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ['**']

jobs:
openjdk17:
openjdk21:
runs-on: ubuntu-latest
env:
JAVA_OPTS: "-Xmx6G -XX:+UseG1GC"
Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt

- name: Test
Expand Down

0 comments on commit 849d2ae

Please sign in to comment.