Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Jul 20, 2021
1 parent 8af3b73 commit 42f2de8
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6, 3.0.0]
scala: [2.12.14, 2.13.6, 3.0.1]
java: [[email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0]
scala: [3.0.1]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.0.0]
scala: [3.0.1]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 42f2de8

Please sign in to comment.