Skip to content

Commit

Permalink
CI updated with Scala 3 pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grryum committed Nov 23, 2023
1 parent 9ea59d3 commit 2abd492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ pull_request_rules:
- check-success~=Test \(2\.12\.x, 17\)
- check-success~=Test \(2\.13\.x, 8\)
- check-success~=Test \(2\.13\.x, 17\)
- check-success~=Test \(3\.3\.x, 8\)
- check-success~=Test \(3\.3\.x, 17\)
actions:
merge:
method: rebase
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build and Test
strategy:
matrix:
scala: [2.13.x, 2.12.x]
scala: [2.13.x, 2.12.x, 3.3.x]
java: [8, 17]
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -63,4 +63,4 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: sbt ++2.13.x ci-release
run: sbt +ci-release

0 comments on commit 2abd492

Please sign in to comment.