Skip to content

Commit

Permalink
github action for 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Dec 11, 2023
1 parent 414cfa0 commit f5db217
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
fail-fast: false
matrix:
include:
- scala: 2.11.12
scalaShort: "2.11"
overall: 0.0
changed: 80.0
- scala: 2.12.17
scalaShort: "2.12"
overall: 0.0
changed: 80.0
- scala: 2.13.11
scalaShort: "2.13"
overall: 0.0
changed: 80.0
name: Build and test
steps:
- name: Checkout code
Expand All @@ -62,14 +62,14 @@ jobs:
fail-fast: false
matrix:
include:
- scala: 2.11.12
scalaShort: "2.11"
overall: 0.0
changed: 80.0
- scala: 2.12.17
scalaShort: "2.12"
overall: 0.0
changed: 80.0
- scala: 2.13.11
scalaShort: "2.13"
overall: 0.0
changed: 80.0
name: JaCoCo Code Coverage ${{matrix.scala}}
steps:
- name: Checkout code
Expand Down

0 comments on commit f5db217

Please sign in to comment.