This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new d07573b Removes EOL JDK 18 from GH action config
d07573b is described below
commit d07573bf3da1b56e87ea249dd5475a580030e741
Author: Martin Wiesner <[email protected]>
AuthorDate: Thu Mar 9 16:05:12 2023 +0100
Removes EOL JDK 18 from GH action config
---
.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 3a4df5b..a31237c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 11, 17, 18, 19 ]
+ java: [ 11, 17, 19 ]
experimental: [false]
# include:
# - java: 18-ea