This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 1492b8ff9c chore: Add Scala 3.3 to build metrix. (#1108)
1492b8ff9c is described below
commit 1492b8ff9c3a56d39e076db988aca69ec0cbdb67
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Feb 10 10:24:57 2024 +0100
chore: Add Scala 3.3 to build metrix. (#1108)
Co-authored-by: He-Pin(kerr) <[email protected]>
---
.github/workflows/nightly-builds.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
index ef77591eb1..5df3909f9b 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -144,7 +144,7 @@ jobs:
# No need to specify the full Scala version. Only the Scala
# binary version is required and Pekko build will set the right
# full version from it.
- scalaVersion: ["2.12", "2.13"]
+ scalaVersion: ["2.12", "2.13", "3.3"]
javaVersion: [8, 11, 17]
steps:
- name: Checkout
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]