Skip to content

Commit

Permalink
Merge pull request #510 from eed3si9n/wip/22-ea-try
Browse files Browse the repository at this point in the history
Update JDK 22-ea setup
  • Loading branch information
eed3si9n authored Oct 27, 2023
2 parents 06cc617 + d6f37e1 commit e4d3b36
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 e4d3b36

Please sign in to comment.