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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 272925b3 add Java 17 and 21 to nightly.yml (#260)
272925b3 is described below
commit 272925b3edc4b8d04f80e47c747856c1f707f11a
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 18 12:47:10 2024 +0100
add Java 17 and 21 to nightly.yml (#260)
* add Java 17 and 21 to nightly.yml
* add versions to docs
---
.github/workflows/nightly.yml | 10 +++-------
project/project-info.conf | 2 +-
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index e4d28ef4..34442f75 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -12,13 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
- include:
- - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: '1.0.x' }
- - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: '1.0.x' }
- - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: '1.0.x' }
+ scalaVersion: ['2.12', '2.13', '3.3']
+ javaVersion: [8, 11, 17, 21]
+ pekkoVersion: ['default', '1.0.x']
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/project/project-info.conf b/project/project-info.conf
index c1764b68..5dd3f7bd 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -2,7 +2,7 @@ project-info {
version: "current"
scala-versions: ["2.12", "2.13", "3"]
shared-info {
- jdk-versions: ["OpenJDK 8", "OpenJDK 11"]
+ jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
snapshots: {
url:
"https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/"
text: "Snapshots are available"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]