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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 7fea6bd test with java 21 (#207)
7fea6bd is described below
commit 7fea6bd1ecdbef3ccf0c2acf717a74b93832b2db
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 1 10:17:39 2024 +0100
test with java 21 (#207)
---
.github/workflows/h2-test.yml | 3 +++
project/project-info.conf | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 7893018..a18e68f 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -26,6 +26,9 @@ jobs:
- { java-version: 17, scala-version: 2.12, sbt-opts: '' }
- { java-version: 17, scala-version: 2.13, sbt-opts: '' }
- { java-version: 17, scala-version: 3.3, sbt-opts: '' }
+ - { java-version: 21, scala-version: 2.12, sbt-opts: '' }
+ - { java-version: 21, scala-version: 2.13, sbt-opts: '' }
+ - { java-version: 21, scala-version: 3.3, sbt-opts: '' }
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/project/project-info.conf b/project/project-info.conf
index 3d222eb..ff2faf5 100644
--- a/project/project-info.conf
+++ b/project/project-info.conf
@@ -2,7 +2,7 @@ project-info {
version: "current"
scaladoc:
"https://pekko.apache.org/api/pekko-persistence-jdbc/"${project-info.version}"/org/apache/pekko/persistence/jdbc/"
shared-info {
- jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
+ jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17", "OpenJDK 21"]
snapshots: {
url: "snapshots.html"
text: "Snapshots are available"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]