This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 285239851 Update ci.yml
285239851 is described below
commit 285239851a0f3168f3c33d044f4db4e74abed83b
Author: Thomas Andraschko <[email protected]>
AuthorDate: Tue Apr 14 09:27:38 2026 +0200
Update ci.yml
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 478bc550f..135486b66 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,11 +41,11 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- - name: Set up JDK 11
+ - name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
- java-version: 11
+ java-version: 17
- name: Cache Maven packages
uses: actions/cache@v4
with: