This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 139e8d1d0f Require a more recent Java version for the build
139e8d1d0f is described below
commit 139e8d1d0f0281f603d201b602f00f2006151e5d
Author: Andreas Veithen <[email protected]>
AuthorDate: Tue Apr 19 23:36:29 2022 +0100
Require a more recent Java version for the build
---
.github/workflows/ci.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2a036e2812..f3f2c2be26 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
build:
strategy:
matrix:
- java: [ 8, 11, 15 ]
+ java: [ 11, 15 ]
name: "Java ${{ matrix.java }}"
runs-on: ubuntu-18.04
steps:
diff --git a/pom.xml b/pom.xml
index 2d16d11087..d3ee6b1c20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1252,7 +1252,7 @@
</requireMavenVersion>
<requireJavaVersion>
<!-- We require a recent Java version for
the build, but we enforce compatibility with older versions using Animal
Sniffer -->
- <version>1.8.0</version>
+ <version>11</version>
</requireJavaVersion>
<requireNoRepositories>
<message>The POM must not include
repository definitions since non Apache repositories threaten the build
stability.</message>