Skip to content

Commit

Permalink
project: update the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Oct 15, 2024
1 parent 52f8780 commit e3849a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 2.12.17]
scala: [2.13.15, 2.12.20]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14]
scala: [2.13.15]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit e3849a1

Please sign in to comment.