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/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 003983689 test with 1.1 snapshot (#294)
003983689 is described below

commit 003983689fee116f9298c4721895b978cb832ca1
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Aug 7 09:32:44 2023 +0100

    test with 1.1 snapshot (#294)
    
    Co-authored-by: mdedetrich <[email protected]>
---
 .github/workflows/nightly.yml | 2 +-
 project/PekkoDependency.scala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 6aa8c2825..d03891eef 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Compile everything
         run: sbt -Dpekko.http.build.pekko.version=${{ matrix.PEKKO_VERSION }} 
"++ ${{ matrix.SCALA_VERSION }}" Test/compile
 
-      - name: Run all tests JDK ${{ matrix.JDK }}, Scala ${{ 
matrix.SCALA_VERSION }}, Akka ${{ matrix.PEKKO_VERSION }}
+      - name: Run all tests JDK ${{ matrix.JDK }}, Scala ${{ 
matrix.SCALA_VERSION }}, Pekko ${{ matrix.PEKKO_VERSION }}
         run: sbt -Dpekko.http.parallelExecution=false 
-Dpekko.test.timefactor=2 -Dpekko.http.build.pekko.version=${{ 
matrix.PEKKO_VERSION }} "++ ${{ matrix.SCALA_VERSION }}" mimaReportBinaryIssues 
test
 
       - name: Upload test results
diff --git a/project/PekkoDependency.scala b/project/PekkoDependency.scala
index ae0feabd7..9c0d0683b 100644
--- a/project/PekkoDependency.scala
+++ b/project/PekkoDependency.scala
@@ -99,7 +99,7 @@ object PekkoDependency {
     import scala.concurrent.Await
     import scala.concurrent.duration._
 
-    val snapshotVersionR = 
"""href=".*/((\d+)\.(\d+)\.(\d+)\+(\d+)-[0-9a-f]+-SNAPSHOT)/"""".r
+    val snapshotVersionR = 
"""href=".*/((\d+)\.(\d+)\.(\d+)(-(M|RC)(\d+))?\+(\d+)-[0-9a-f]+-SNAPSHOT)/""""".r
 
     // pekko-cluster-sharding-typed_2.13 seems to be the last nightly 
published by `pekko-publish-nightly` so if that's there then it's likely the 
rest also made it
     val body = Await.result(http.run(url(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to