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 ea63de3 Drops not-LTS version
ea63de3 is described below
commit ea63de342ff0792303c477f375b934ef0a04b93a
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Sep 14 07:32:11 2021 +0200
Drops not-LTS version
---
.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 f0f1410..9b08418 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 16 ]
+ java: [ 8, 11 ]
experimental: [false]
include:
- java: 17-ea