Skip to content

Commit

Permalink
Revert commit(s) dad3603, 2999d73
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2022
1 parent dad3603 commit 7766e5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.15, 2.13.8, 3.1.2]
scala: [2.12.15, 2.13.8, 3.1.1]
java: [adopt-hotspot@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: sbt ++${{ matrix.scala }} validateJVM validateJS

- name: Build project (Scala 3)
if: matrix.scala == '3.1.2'
if: matrix.scala == '3.1.1'
run: sbt ++${{ matrix.scala }} validateJVM30 validateJS30

- name: Codecov
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.2)
- name: Download target directories (3.1.1)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }}
name: target-${{ matrix.os }}-3.1.1-${{ matrix.java }}

- name: Inflate target directories (3.1.2)
- name: Inflate target directories (3.1.1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val gitDevUrl = s"[email protected]:$gitHubOwner/$projectName.git"

val Scala_2_12 = "2.12.15"
val Scala_2_13 = "2.13.8"
val Scala_3 = "3.1.2"
val Scala_3 = "3.1.1"

val catsVersion = "2.7.0"
val jsonpathVersion = "2.7.0"
Expand Down

0 comments on commit 7766e5c

Please sign in to comment.