This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch jbUpgradeServletTo6
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/jbUpgradeServletTo6 by this
push:
new b9d8b991c Upgrade java ci to Java 17 for Spring Framework
b9d8b991c is described below
commit b9d8b991c07df6b199d4e784ee170f98520ac999
Author: JamesBognar <[email protected]>
AuthorDate: Tue Dec 27 09:41:34 2022 -0500
Upgrade java ci to Java 17 for Spring Framework
---
.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 33c91d9e8..5100011e9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 11 ]
+ java: [ 17 ]
# Fails on 17 tests
# java: [ 11, 17 ]
experimental: [false]