This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/master by this push: new 733783a Removes Java 17 from the main matrix 733783a is described below commit 733783af7fc14b95ef55821a2e417e3ab919c427 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Oct 18 08:06:08 2021 +0200 Removes Java 17 from the main matrix --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dadc56f..9f79aae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11 ] additionalArg: [''] include: - java: 17