Skip to content

Commit

Permalink
Build with jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Oct 29, 2023
1 parent 5ed207e commit 46424f6
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
steps:

Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
cache: sbt

- name: Build project
Expand Down

0 comments on commit 46424f6

Please sign in to comment.