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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 94a59fc87 test with latest 1.x builds (#1389)
94a59fc87 is described below
commit 94a59fc872a3d3e0cf74652044b962a1a042318c
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Feb 1 14:02:59 2026 +0100
test with latest 1.x builds (#1389)
---
...{nightly-pekko-1.3-builds.yaml => nightly-pekko-1.x-builds.yaml} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly-pekko-1.3-builds.yaml
b/.github/workflows/nightly-pekko-1.x-builds.yaml
similarity index 88%
rename from .github/workflows/nightly-pekko-1.3-builds.yaml
rename to .github/workflows/nightly-pekko-1.x-builds.yaml
index e21ac5ac6..c5d38c02c 100644
--- a/.github/workflows/nightly-pekko-1.3-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.x-builds.yaml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-name: Nightly Pekko 1.3 Builds (on 1.2.x branch)
+name: Nightly Pekko 1.x Builds (on 1.3.x branch)
on:
schedule:
@@ -61,5 +61,5 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 #
v6.4.7
- - name: "compile, including tests. Run locally with: sbt
-Dpekko.build.pekko.version=1.3.x -Dpekko.build.pekko.http.version=1.3.x
+Test/compile"
- run: sbt -Dpekko.build.pekko.version=1.3.x
-Dpekko.build.pekko.http.version=1.3.x +Test/compile
+ - name: "compile, including tests. Run locally with: sbt
-Dpekko.build.pekko.version=1.x -Dpekko.build.pekko.http.version=1.x
+Test/compile"
+ run: sbt -Dpekko.build.pekko.version=1.x
-Dpekko.build.pekko.http.version=1.x +Test/compile
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]