This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new b44be3bcd Reset Java 26 as experimental until Applet issue is sorted.
b44be3bcd is described below
commit b44be3bcd377ea7efd1809f210de0e780cd395ca
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 11 14:05:00 2026 -0400
Reset Java 26 as experimental until Applet issue is sorted.
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 83d72a1f9..086dbf4aa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,10 +32,10 @@ jobs:
strategy:
max-parallel: 20
matrix:
- java: [ 8, 11, 17, 21, 25, 26 ]
+ java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
include:
- - java: 27-ea
+ - java: 26
experimental: true
steps: