Skip to content

Commit

Permalink
Disable CI tests for 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasil committed Mar 25, 2022
1 parent e76b849 commit b6c8cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
matrix:
java: [ 8 ]
scala: [ 2.12.15 ]
scala: [ 2.12.15, 2.13.8 ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: true
matrix:
java: [8]
scala: [2.12.15, 2.13.8]
scala: [2.12.15]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6c8cfc

Please sign in to comment.