This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 9621343 test with latest 1.x dependencies (#500)
9621343 is described below
commit 962134360a476fa47eb1b78d207289c399cce318
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 26 20:42:19 2026 +0100
test with latest 1.x dependencies (#500)
---
.github/workflows/nightly-pekko-1.0-tests.yml | 59 ----------------------
...o-1.3-tests.yml => nightly-pekko-1.x-tests.yml} | 7 +--
2 files changed, 4 insertions(+), 62 deletions(-)
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml
b/.github/workflows/nightly-pekko-1.0-tests.yml
deleted file mode 100644
index d62e547..0000000
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ /dev/null
@@ -1,59 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# license agreements; and to You under the Apache License, version 2.0:
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# This file is part of the Apache Pekko project, which was derived from Akka.
-#
-
-name: Nightly Integration Tests for JDBC (Pekko 1.0.x)
-
-on:
- workflow_dispatch:
-
-jobs:
- test:
- name: Build and Test Integration for JDBC
- runs-on: ubuntu-22.04
- strategy:
- fail-fast: false
- matrix:
- include:
- - { java-version: 8, scala-version: 2.13, sbt-opts: '' }
- - { java-version: 8, scala-version: 3.3, sbt-opts: '' }
- steps:
- - name: Checkout
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- with:
- fetch-depth: 0
- fetch-tags: true
- ref: 1.2.x
-
- - name: Copy license acceptance
- run: |-
- cp container-license-acceptance.txt
jdbc-int-test/src/test/resources/container-license-acceptance.txt
-
- - name: Setup JDK ${{ matrix.java-version }}
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
- with:
- java-version: ${{ matrix.java-version }}
- distribution: temurin
-
- - name: Install sbt
- uses: sbt/setup-sbt@2e222825582620cc38d2a54e674f3c01b7c14f5d # v1.1.24
-
- - name: Cache Coursier cache
- uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d #
v8.1.1
-
- - name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
- run: |
- sbt -Dpekko.build.pekko.version=1.0.x \
- -Dpekko.build.pekko.connectors.version=1.0.x \
- ++${{ matrix.scala-version }} \
- jdbc-int-test/test ${{ matrix.sbt-opts }}
- env: # Disable Ryuk resource reaper since we always spin up fresh VMs
- TESTCONTAINERS_RYUK_DISABLED: true
-
- - name: Print logs on failure
- if: ${{ failure() }}
- run: find . -name "*.log" -exec ./scripts/cat-log.sh {} \;
diff --git a/.github/workflows/nightly-pekko-1.3-tests.yml
b/.github/workflows/nightly-pekko-1.x-tests.yml
similarity index 90%
rename from .github/workflows/nightly-pekko-1.3-tests.yml
rename to .github/workflows/nightly-pekko-1.x-tests.yml
index 4ae12d6..2760931 100644
--- a/.github/workflows/nightly-pekko-1.3-tests.yml
+++ b/.github/workflows/nightly-pekko-1.x-tests.yml
@@ -6,7 +6,7 @@
# This file is part of the Apache Pekko project, which was derived from Akka.
#
-name: Nightly Integration Tests for JDBC (Pekko 1.3.x)
+name: Nightly Integration Tests for JDBC (Pekko 1.x)
on:
schedule:
@@ -17,6 +17,7 @@ jobs:
test:
name: Build and Test Integration for JDBC
runs-on: ubuntu-22.04
+ if: github.repository == 'apache/pekko-projection'
strategy:
fail-fast: false
matrix:
@@ -49,8 +50,8 @@ jobs:
- name: Run all integration tests with Scala ${{ matrix.scala-version }}
and Java ${{ matrix.java-version }}
run: |
- sbt -Dpekko.build.pekko.version=1.3.x \
- -Dpekko.build.pekko.connectors.version=1.2.x \
+ sbt -Dpekko.build.pekko.version=1.x \
+ -Dpekko.build.pekko.connectors.version=1.x \
++${{ matrix.scala-version }} \
jdbc-int-test/test ${{ matrix.sbt-opts }}
env: # Disable Ryuk resource reaper since we always spin up fresh VMs
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]