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-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new a01ce60  test with latest pekko 1.x snapshot (#410)
a01ce60 is described below

commit a01ce60e89fe867bb4a2bd409c084f0c3987d95d
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 20 12:12:20 2025 +0100

    test with latest pekko 1.x snapshot (#410)
---
 .../{nightly-pekko-1.3-tests.yml => nightly-pekko-1.x-tests.yml}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-pekko-1.3-tests.yml 
b/.github/workflows/nightly-pekko-1.x-tests.yml
similarity index 89%
rename from .github/workflows/nightly-pekko-1.3-tests.yml
rename to .github/workflows/nightly-pekko-1.x-tests.yml
index 9c82522..8562d51 100644
--- a/.github/workflows/nightly-pekko-1.3-tests.yml
+++ b/.github/workflows/nightly-pekko-1.x-tests.yml
@@ -1,4 +1,4 @@
-name: Nightly Testing with Pekko 1.3
+name: Nightly Testing with Pekko 1.x
 
 permissions: {}
 
@@ -39,7 +39,7 @@ jobs:
         uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
-        run: sbt -Dpekko.build.pekko.version=1.3.x "++${{ matrix.scala-version 
}} test" ${{ matrix.sbt-opts }}
+        run: sbt -Dpekko.build.pekko.version=1.x "++${{ matrix.scala-version 
}} test" ${{ matrix.sbt-opts }}
 
       - name: Print logs on failure
         if: ${{ failure() }}


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

Reply via email to