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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new f0e607b4 test with java 21 (#342)
f0e607b4 is described below
commit f0e607b4ec603e3946e44f5566e5653a37232e65
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jun 30 16:49:50 2024 +0100
test with java 21 (#342)
---
.github/workflows/build-test.yml | 2 +-
project/project-info.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 4701461c..1f96d5a4 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -66,7 +66,7 @@ jobs:
fail-fast: false
matrix:
SCALA_VERSION: [2.12.19, 2.13.14, 3.3.3]
- JAVA_VERSION: [8, 11, 17]
+ JAVA_VERSION: [8, 11, 17, 21]
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/project/project-info.conf b/project/project-info.conf
index 2232c6bc..5093f4e0 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -3,7 +3,7 @@
project-info {
version: "current"
shared-info {
- jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
+ jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
snapshots: {
url:
"https://repository.apache.org/content/groups/snapshots/org/apache/pekko/"
text: "Snapshots are available from Apache Snapshots Repository"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]