-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update java-driver-core to 4.14.1, Alpakka 5.0.0-M1, Akka 2.7.0-M1 (#984
) * Update java-driver-core to 4.14.1 * Update Paradox * sbt 1.7.1 * reduce test matrix * Alpakka 5.0.0-M1, Akka 2.7.0-M1
- Loading branch information
Showing
6 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
uses: coursier/[email protected] | ||
|
||
- name: "Code style, compile tests" | ||
run: sbt "verifyCodeStyle; Test/compile" | ||
run: sbt "verifyCodeStyle; +Test/compile" | ||
|
||
|
||
documentation: | ||
|
@@ -77,11 +77,10 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
include: | ||
- { jdk: 'adopt:8', container: "cassandra-latest", scalaVersion: "++2.13.8", test: "test" } | ||
- { jdk: 'adopt:11', container: "cassandra-latest", scalaVersion: "++2.12.14", test: "test" } | ||
- { jdk: 'adopt:11', container: "cassandra-latest", scalaVersion: "++2.13.8", test: "test" } | ||
- { jdk: 'adopt:11', container: "cassandra2", scalaVersion: "++2.13.8", test: "'testOnly -- -l RequiresCassandraThree'"} | ||
- { jdk: 'adopt:11', container: "cassandra3", scalaVersion: "++2.13.8", test: "test" } | ||
- { jdk: 'adopt:8', container: "cassandra-latest", test: "test" } | ||
- { jdk: 'adopt:11', container: "cassandra-latest", test: "test" } | ||
- { jdk: 'adopt:11', container: "cassandra2", test: "'testOnly -- -l RequiresCassandraThree'"} | ||
- { jdk: 'adopt:11', container: "cassandra3", test: "test" } | ||
|
||
env: | ||
JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 | ||
|
@@ -108,4 +107,4 @@ jobs: | |
|
||
- name: Test against ${{ matrix.container }} | ||
run: |- | ||
docker-compose up -d ${{ matrix.container }} && sbt ${{ matrix.scalaVersion }} ${{matrix.test}} | ||
docker-compose up -d ${{ matrix.container }} && sbt ${{matrix.test}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,13 @@ jobs: | |
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves | ||
fetch-depth: 0 | ||
|
||
- name: Set up JDK 8 | ||
uses: coursier/setup-[email protected] | ||
- name: Setup Scala with JDK 8 | ||
uses: olafurpg/setup-scala@v10 | ||
with: | ||
jvm: adopt:8 | ||
java-version: [email protected] | ||
|
||
- name: Cache Coursier cache | ||
uses: coursier/cache-action@v5 | ||
|
||
- name: Publish artifacts for all Scala versions | ||
env: | ||
|
@@ -39,6 +42,29 @@ jobs: | |
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} | ||
run: sbt ci-release | ||
|
||
documentation: | ||
# runs on main repo only | ||
if: github.repository == 'akka/akka-persistence-cassandra' | ||
name: Documentation | ||
environment: release | ||
runs-on: ubuntu-20.04 | ||
env: | ||
JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
with: | ||
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves | ||
fetch-depth: 0 | ||
|
||
- name: Setup Scala with JDK 11 | ||
uses: olafurpg/setup-scala@v10 | ||
with: | ||
java-version: [email protected] | ||
|
||
- name: Cache Coursier cache | ||
uses: coursier/cache-action@v5 | ||
|
||
- name: Publish API and reference documentation | ||
env: | ||
GUSTAV_KEY: ${{ secrets.GUSTAV_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters