This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 18e1169 ci: JDK 15
18e1169 is described below
commit 18e11693c921fcd0390cfa1306ec094701309998
Author: sullis <[email protected]>
AuthorDate: Sun Feb 14 18:36:20 2021 -0800
ci: JDK 15
---
.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 a099958..d5e65c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest,windows-latest, macOS-latest]
- java: [8, 11, 14, 15-ea]
+ java: [8, 11, 14, 15]
fail-fast: false
runs-on: ${{ matrix.os }}