Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable preview feature and update Java version #40

Merged
merged 4 commits into from
Oct 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
env:
JAVA_OPTS: --add-modules jdk.incubator.concurrent
JAVA_OPTS: --enable-preview --add-modules jdk.incubator.concurrent
steps:
- name: Checkout project (pull-request)
if: github.event_name == 'pull_request'
Expand All @@ -21,9 +21,10 @@ jobs:
if: github.event_name == 'push'
uses: actions/checkout@v3
- name: Setup Scala
uses: olafurpg/setup-scala@v13
uses: actions/setup-[email protected]
with:
java-version: '[email protected]=tgz+https://download.java.net/java/early_access/loom/6/openjdk-19-loom+6-625_linux-x64_bin.tar.gz'
distribution: 'temurin'
java-version: 19
- name: Run checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
env:
JAVA_OPTS: --add-modules jdk.incubator.concurrent
JAVA_OPTS: --enable-preview --add-modules jdk.incubator.concurrent
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -25,9 +25,10 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v13
uses: actions/setup-[email protected]
with:
java-version: '[email protected]=tgz+https://download.java.net/java/early_access/loom/6/openjdk-19-loom+6-625_linux-x64_bin.tar.gz'
distribution: 'temurin'
java-version: 19
- name: Generate documentation
run: sbt ci-docs
env:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
env:
JAVA_OPTS: --add-modules jdk.incubator.concurrent
JAVA_OPTS: --enable-preview --add-modules jdk.incubator.concurrent
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand All @@ -20,11 +20,12 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Setup Scala
uses: olafurpg/setup-scala@v13
uses: actions/setup-[email protected]
with:
java-version: '[email protected]=tgz+https://download.java.net/java/early_access/loom/6/openjdk-19-loom+6-625_linux-x64_bin.tar.gz'
distribution: 'temurin'
java-version: 19
- name: Setup GPG
uses: olafurpg/setup-gpg@v3
uses: actions/setup-java@v3.6.0
- name: Release new version
run: sbt ci-publish
env:
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ support you.
## Moderation

For any questions, concerns, or moderation requests please contact a
[member of the project](AUTHORS.md#maintainers).
[member of the project](AUTHORS.md#maintainers).