Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Feb 1, 2024
1 parent 6395888 commit cbfe045
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
strategy:
matrix:
scala:
- 2.13.8
- 2.12.15
- 2.13.12
- 2.12.18
- 3.3.1

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
with:
type: ${{ job.status }}
job_name: Build
url: ${{ secrets.SLACK_WEBHOOK }}
url: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit cbfe045

Please sign in to comment.