This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c003445b9 HDDS-10713. Run JUnit tests with Java 17 (#6575)
8c003445b9 is described below

commit 8c003445b93c5760be4d6e121882f8e62046f8b5
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Apr 24 06:13:42 2024 +0200

    HDDS-10713. Run JUnit tests with Java 17 (#6575)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f7c3225ced..a0c9efa23d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -463,7 +463,7 @@ jobs:
         uses: actions/setup-java@v4
         with:
           distribution: 'temurin'
-          java-version: 8
+          java-version: 17
       - name: Execute tests
         continue-on-error: true
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to