This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push: new 5e2f41e1 Now tests are fixed move Java 21 and 23 builds from experimental 5e2f41e1 is described below commit 5e2f41e1075c817a75831d1aff47196ea0fe1a0a Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Nov 26 18:58:20 2024 +0000 Now tests are fixed move Java 21 and 23 builds from experimental --- .github/workflows/maven.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 53ced4ce..27bf7d18 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,13 +31,8 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21, 23 ] experimental: [false] - include: - - java: 21 - experimental: true - - java: 23 - experimental: true steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2