This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit d1cd146fc046cee8186962930c6374e31e7be4b4 Author: Andrus Adamchik <[email protected]> AuthorDate: Sat May 9 09:52:39 2026 -0400 Do not need multi-Java matrxi for PRs I guess --- .github/workflows/verify-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-on-pr.yml b/.github/workflows/verify-on-pr.yml index f69b75ee6..9120cdef4 100644 --- a/.github/workflows/verify-on-pr.yml +++ b/.github/workflows/verify-on-pr.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - jdk: [21, 25] + jdk: [21] db-profile: [hsql, h2, derby, mysql-tc, postgres-tc, sqlserver-tc] fail-fast: true
