This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 83369b1 build with pekko 1.1.0-M1 (#126)
83369b1 is described below
commit 83369b146d88861be6e25bad6058ac795180df78
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 29 10:20:03 2024 +0100
build with pekko 1.1.0-M1 (#126)
* build with pekko 1.1.0-M1
* Update link-validator.conf
---
.../{nightly-tests-pekko1.1.yml => nightly-tests-pekko1.0.yml} | 10 +++++-----
project/PekkoCoreDependency.scala | 2 +-
scripts/link-validator.conf | 1 +
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/nightly-tests-pekko1.1.yml
b/.github/workflows/nightly-tests-pekko1.0.yml
similarity index 90%
rename from .github/workflows/nightly-tests-pekko1.1.yml
rename to .github/workflows/nightly-tests-pekko1.0.yml
index 098d8e7..7740128 100644
--- a/.github/workflows/nightly-tests-pekko1.1.yml
+++ b/.github/workflows/nightly-tests-pekko1.0.yml
@@ -1,4 +1,4 @@
-name: Nightly Tests (Pekko 1.1)
+name: Nightly Tests (Pekko 1.0.x)
on:
schedule:
@@ -33,7 +33,7 @@ jobs:
run: cp .jvmopts-ci .jvmopts
- name: Compile and test for JDK ${{ matrix.JAVA_VERSION }}, Scala ${{
matrix.SCALA_VERSION }}
- run: sbt -Dpekko.build.pekko.version=main ++${{ matrix.SCALA_VERSION
}} test:compile
+ run: sbt -Dpekko.build.pekko.version=1.0.x ++${{ matrix.SCALA_VERSION
}} test:compile
compile3:
name: Test and compile (scala 3)
@@ -58,7 +58,7 @@ jobs:
run: cp .jvmopts-ci .jvmopts
- name: Compile
- run: sbt -Dpekko.build.pekko.version=main ++3.3 projection/Test/compile
+ run: sbt -Dpekko.build.pekko.version=1.0.x ++3.3
projection/Test/compile
test-postgres:
name: Run test with Postgres
@@ -101,7 +101,7 @@ jobs:
docker exec -i docker-postgres-db-1 psql -U postgres -t <
ddl-scripts/create_tables_postgres.sql
- name: test
- run: sbt -Dpekko.build.pekko.version=main ++${{ matrix.SCALA_VERSION
}} test
+ run: sbt -Dpekko.build.pekko.version=1.0.x ++${{ matrix.SCALA_VERSION
}} test
test-postgres-scala3:
name: Run test with Postgres (Scala 3)
@@ -140,4 +140,4 @@ jobs:
docker exec -i docker-postgres-db-1 psql -U postgres -t <
ddl-scripts/create_tables_postgres.sql
- name: test
- run: sbt -Dpekko.build.pekko.version=main ++3.3 core/test
+ run: sbt -Dpekko.build.pekko.version=1.0.x ++3.3 core/test
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index b3244a5..d395040 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
- override val currentVersion: String = "1.0.2"
+ override val currentVersion: String = "1.1.0-M1"
}
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index ec9e40b..9e2c20e 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -49,6 +49,7 @@ site-link-validator {
"http://www.scala-lang.org/"
"http://www.scalatest.org"
"http://www.slf4j.org"
+ "http://asm.ow2.io/"
]
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]