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 Jun 7, 2024
1 parent 1212f24 commit 963c6c0
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: [3.3.1]
scala: [3.3.3]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.1]
scala: [3.3.3]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 963c6c0

Please sign in to comment.