File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- scala : ['2.12.12', '2.13.6', '3.0.1 ']
11+ scala : ['2.12.12', '2.13.6', '3.0.2 ']
1212 steps :
1313 - name : Checkout
1414 uses : actions/checkout@v2
1919 - name : Coursier cache
2020 uses : coursier/cache-action@v5
2121 - name : Build and test
22- if : ${{ matrix.scala == '3.0.1 ' }}
22+ if : ${{ matrix.scala == '3.0.2 ' }}
2323 run : sbt ++${{ matrix.scala }} clean test
2424 - name : Build and test
25- if : ${{ matrix.scala != '3.0.1 ' }}
25+ if : ${{ matrix.scala != '3.0.2 ' }}
2626 run : sbt ++${{ matrix.scala }} clean coverage test coverageReport && bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 11# clipp
2- [ ![ Build Status ] ( https://travis-ci.org /vigoo/clipp. svg?branch=master )] ( https://travis-ci.org /vigoo/clipp )
2+ [ ![ CI ] ( https://github.com /vigoo/clipp/actions/workflows/ci.yaml/badge. svg?branch=master )] ( https://github.com /vigoo/clipp/actions/workflows/ci.yaml )
33[ ![ codecov] ( https://codecov.io/gh/vigoo/clipp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vigoo/clipp )
44[ ![ Apache 2 License License] ( http://img.shields.io/badge/license-APACHE2-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
55
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dynverSonatypeSnapshots in ThisBuild := true
77
88val scala212 = " 2.12.12"
99val scala213 = " 2.13.6"
10- val scala3 = " 3.0.1 "
10+ val scala3 = " 3.0.2 "
1111
1212val scalacOptions212 = Seq (" -Ypartial-unification" , " -deprecation" )
1313val scalacOptions213 = Seq (" -deprecation" )
You can’t perform that action at this time.
0 commit comments