diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8efd57a..5cabad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - java_version: [ '11', '17', '21' ] + java_version: [ '17', '21' ] name: "Build java-maven:${{ matrix.java_version}}" env: FULL_IMAGE_NAME: "ghcr.io/${{ github.repository }}/java-maven" diff --git a/README.md b/README.md index d71e51d..8275dc1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Images are available on [GHCR](https://github.com/orgs/jhnc-oss/packages?repo_na - `21` - `17` -- `11` *(Deprecated)* +- `11` *(EOL)* #### [python](./python/Dockerfile)