Skip to content

Commit 4351c3f

Browse files
committed
J25 added back to CI/CD
1 parent e382c4b commit 4351c3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify-deploy-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
jdk: [21]
31+
jdk: [21, 25]
3232
db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc]
3333
fail-fast: false # finish all jobs anyway
3434

.github/workflows/verify-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
jdk: [21]
31+
jdk: [21, 25]
3232
db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc]
3333
fail-fast: true
3434

0 commit comments

Comments
 (0)