This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 7b68655 Mark builds for Java 22 and 23-ea as experimental 7b68655 is described below commit 7b686552c377b4083cba39fa8cc68fb75518ae00 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 14 13:39:49 2024 -0400 Mark builds for Java 22 and 23-ea as experimental --- .github/workflows/maven.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 320a512..9848557 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,12 +28,14 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17, 21, 22 ] + java: [ 8, 11, 17, 21 ] experimental: [false] include: - - java: 23-ea - experimental: true - + - java: 22 + experimental: true + - java: 23-ea + experimental: true + steps: - name: Checkout repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7