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

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

commit e3f69265deb17142d505411dd424f6dce1579323
Author: Markus Jung <[email protected]>
AuthorDate: Wed Sep 18 16:20:30 2024 +0200

    run CI on java 23
---
 .github/workflows/bval-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bval-ci.yml b/.github/workflows/bval-ci.yml
index caa13cd..06adc41 100644
--- a/.github/workflows/bval-ci.yml
+++ b/.github/workflows/bval-ci.yml
@@ -50,7 +50,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        jdk: [ '17', '21' ]
+        jdk: [ '17', '21', '23' ]
 
     steps:
       - uses: actions/checkout@v4

Reply via email to