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-jexl.git
The following commit(s) were added to refs/heads/master by this push:
new 2f260814 Update GH CI Java versions.
2f260814 is described below
commit 2f2608145db52c76db6af6581a5d5a72c07e28ab
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:20:53 2026 -0400
Update GH CI Java versions.
---
.github/workflows/maven.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0899be58..2eac6b9e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,10 +33,13 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest, windows-latest]
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
include:
- - java: 26-ea
+ - java: 27-ea
+ os: windows-latest
+ experimental: true
+ - java: 27-ea
os: windows-latest
experimental: true
fail-fast: false