8000 Merge pull request #11046 from SethTisue/restarr-on-2.13.17-M1 · scala/scala@c392ee5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c392ee5

Browse files
authored
Merge pull request #11046 from SethTisue/restarr-on-2.13.17-M1
JDK 25 support in optimizer (new reference compiler includes ASM upgrade)
2 parents 99583db + 14b3954 commit c392ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
java: [8, 11, 17, 21, 24]
22+
java: [8, 11, 17, 21, 24, 25-ea]
2323
runs-on: ${{matrix.os}}
2424
steps:
2525
- run: git config --global core.autocrlf false

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scala version used for bootstrapping (see README.md)
2-
starr.version=2.13.16
2+
starr.version=2.13.17-M1
33

44
# These are the versions of the modules that go with this release.
55
# Artifact dependencies:

0 commit comments

Comments
 (0)
0