Skip to content

Commit

Permalink
fix GHA java-version
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Mar 15, 2021
1 parent 1ef743a commit 0a8c910
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Java 11 setup
uses: olafurpg/setup-scala@v10
with:
java-version: 11
java-version: 1.11.0
- run: sbt "; scalafmtCheckAll; scalafmtSbtCheck" "; scalafixEnable; scalafixAll --check"
test:
runs-on: ubuntu-latest
Expand All @@ -34,8 +34,8 @@ jobs:
strategy:
matrix:
java:
- 8
- 11
- 1.8.0
- 1.11.0
scala:
- 2.12.13
- 2.13.5
Expand All @@ -54,8 +54,8 @@ jobs:
strategy:
matrix:
java:
- 8
- 11
- 1.8.0
- 1.11.0
scala:
- 2.12.13
- 2.13.5

0 comments on commit 0a8c910

Please sign in to comment.