Skip to content

Commit

Permalink
Removed Scala 3.1.0 from CI, seems not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored Sep 15, 2023
1 parent 7213a14 commit 10b8b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
java-version: [8, 11]
scala-version: [2.12.8, 2.12.18, 2.13.12, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.2, 3.3.1]
scala-version: [2.12.8, 2.12.18, 2.13.12, 3.1.1, 3.1.3, 3.2.2, 3.3.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
java-version: [8, 11]
scala-version: [2.12.8, 2.12.18, 2.13.12, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.2, 3.3.1]
scala-version: [2.12.8, 2.12.18, 2.13.12, 3.1.1, 3.1.3, 3.2.2, 3.3.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 10b8b42

Please sign in to comment.