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-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 740682c test with latest 1.x snapshots (#341)
740682c is described below
commit 740682c4c5b1e189bf2491f3a13c505e4e9b020a
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 20 06:47:50 2025 +0100
test with latest 1.x snapshots (#341)
---
.../{pekko-1.2-nightly-tests.yml => pekko-1.x-nightly-tests.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pekko-1.2-nightly-tests.yml
b/.github/workflows/pekko-1.x-nightly-tests.yml
similarity index 93%
rename from .github/workflows/pekko-1.2-nightly-tests.yml
rename to .github/workflows/pekko-1.x-nightly-tests.yml
index 7779cbb..b3ce5ee 100644
--- a/.github/workflows/pekko-1.2-nightly-tests.yml
+++ b/.github/workflows/pekko-1.x-nightly-tests.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-name: Run Tests with Pekko 1.2.x builds
+name: Run Tests with Pekko 1.x builds
on:
schedule:
@@ -64,4 +64,4 @@ jobs:
- name: Test against ${{ matrix.container }}
run: |-
- docker compose up -d ${{ matrix.container }} && sbt
-Dpekko.build.pekko.version=1.2.x -Dpekko.build.pekko.connectors.version=1.0.x
++${{ matrix.scalaVersion }} ${{matrix.test}}
+ docker compose up -d ${{ matrix.container }} && sbt
-Dpekko.build.pekko.version=1.x -Dpekko.build.pekko.connectors.version=1.x
++${{ matrix.scalaVersion }} ${{matrix.test}}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]