Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Jun 28, 2023
1 parent 6ea99aa commit 7d84f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.1]
scala: [3.3.0]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.1]
scala: [3.3.0]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.2.1]
scala: [3.3.0]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7d84f22

Please sign in to comment.