This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2163-replace-ianal-with-geronimo-tools-maven-plugin in repository https://gitbox.apache.org/repos/asf/aries.git
commit 50df2613dd1f0103a116d96d842dcba16b146d4e Author: Dominik Przybysz <[email protected]> AuthorDate: Sun Jan 26 12:55:09 2025 +0100 ARIES-2163: Enable versioning builds on java 17 and 21 --- .github/workflows/versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index af24836c9..df0201455 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11 ] + java: [ 8, 11, 17, 21 ] os: [ ubuntu-latest ] name: JDK${{ matrix.java }} ${{ matrix.os }} runs-on: ${{ matrix.os }}
