diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 8030659..381a25d 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -87,7 +87,7 @@ jobs: strategy: matrix: - java-version: [ 17, 20, 21, 22 ] + java-version: [ 17, 20, 21, 22, 25 ] steps: - name: Checkout source repository @@ -116,7 +116,7 @@ jobs: strategy: matrix: - java-version: [ 17, 20, 21, 22 ] + java-version: [ 17, 20, 21, 22, 25 ] steps: - name: Checkout source repository @@ -142,7 +142,7 @@ jobs: strategy: matrix: - java-version: [ 17, 20, 21, 22 ] + java-version: [ 17, 20, 21, 22, 25 ] steps: - name: Configure git line endings