Skip to content

Commit

Permalink
Update JDK 22-ea setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 27, 2023
1 parent 06cc617 commit d6f37e1
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
java: 8
distribution: temurin
- os: ubuntu-latest
java: 11
java: 21
distribution: temurin
- os: ubuntu-latest
java: 21
java: 22-ea
distribution: temurin
- os: windows-latest
java: 11
Expand All @@ -40,23 +40,3 @@ jobs:
shell: bash
run: |
sbt -v clean scripted
ea-test:
runs-on: ubuntu-latest
env:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: 22-ea
distribution: temurin
jdkFile: https://download.java.net/java/early_access/jdk22/20/GPL/openjdk-22-ea+20_linux-x64_bin.tar.gz
cache: sbt
- name: Build and test
shell: bash
run: |
sbt -v clean scripted

0 comments on commit d6f37e1

Please sign in to comment.