This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new f6b08c747 Add support for Java 21 to GitHub Actions
f6b08c747 is described below
commit f6b08c747f68a1974579c1d44e9063df6660025b
Author: stariy95 <[email protected]>
AuthorDate: Wed Nov 8 19:58:37 2023 +0400
Add support for Java 21 to GitHub Actions
---
.github/workflows/verify-deploy-on-push.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/verify-deploy-on-push.yml
b/.github/workflows/verify-deploy-on-push.yml
index a891b5c6b..d4f8425a5 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -24,7 +24,7 @@ jobs:
verify:
runs-on: ubuntu-latest
name: JDK ${{ matrix.jdk }}, DB ${{ matrix.db-profile }}
- continue-on-error: ${{ matrix.jdk == '19' }}
+ continue-on-error: ${{ matrix.jdk == '21' }}
if: github.repository == 'apache/cayenne'
strategy:
@@ -32,7 +32,7 @@ jobs:
jdk: [11, 17]
db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc]
include:
- - jdk: 19
+ - jdk: 21
db-profile: postgres-tc
fail-fast: false # finish all jobs anyway