Skip to content

Commit

Permalink
Fix setup-scala GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Nov 25, 2020
1 parent 9331188 commit 39e18e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [openjdk@1.8]
jdk: [adopt@1.8]
scala: [2.12.12, 2.13.3]

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Scala
uses: olafurpg/setup-scala@v7
uses: olafurpg/setup-scala@v10
with:
java-version: ${{ matrix.jdk }}

Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.idea
.bsp
target/

.ensime*
.bloop
.idea
.metals
metals.sbt

0 comments on commit 39e18e6

Please sign in to comment.