Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
whym committed Jan 27, 2024
1 parent 2670bcc commit 2cae37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v11
uses: olafurpg/setup-scala@v14
with:
java-version: "adopt@1.8"
java-version: "adopt@1.11"
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Build and Test
Expand Down

0 comments on commit 2cae37b

Please sign in to comment.