Skip to content

Commit

Permalink
sync pull-request.yml with publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath12345 committed Apr 3, 2024
1 parent 2ffc455 commit cb13254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
SCALA_VERSION: ${{ matrix.scala-version }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup JDK
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v11
with:
java-version: adopt@1.8.0
- run: sbt ++$SCALA_VERSION clean coverage test
Expand Down

0 comments on commit cb13254

Please sign in to comment.