diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a4cf4d7..aaac4e07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: # java="25" is the LTS Java version used in reproducible builds script (default in Containerfile). # More Java versions can be added to test compatibility, eg. "26". - java: ["25", "26"] + java: ["25"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v6