Skip to content

Commit

Permalink
Scala 3.5.1 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb authored Sep 20, 2024
1 parent 2085fcb commit 84e2e06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
scalaVersion: ['2.12.20', '2.13.14', '3.4.3', '3.5.0']
scalaVersion: ['2.12.20', '2.13.14', '3.4.3', '3.5.1']
javaTag: [
'graalvm-community-22.0.1',
'graalvm-community-21.0.2',
Expand Down Expand Up @@ -74,11 +74,11 @@ jobs:
platforms: 'linux/amd64'
exclude:
# https://github.com/VirtusLab/scala-cli/issues/3130
- scalaVersion: '3.5.0'
- scalaVersion: '3.5.1'
javaTag: 'graalvm-community-22.0.1'
- scalaVersion: '3.5.0'
- scalaVersion: '3.5.1'
javaTag: 'graalvm-community-21.0.2'
- scalaVersion: '3.5.0'
- scalaVersion: '3.5.1'
javaTag: 'graalvm-ce-22.3.3-b1-java17'
# https://github.com/VirtusLab/scala-cli/issues/2758
# - scalaVersion: '3.5.0'
Expand Down

0 comments on commit 84e2e06

Please sign in to comment.