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-scxml.git
The following commit(s) were added to refs/heads/master by this push:
new 01233c63 Add GH CI Java 26.
01233c63 is described below
commit 01233c6320aee72b87e099cf1eca2da0ccca8ed2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 00:58:09 2026 +0000
Add GH CI Java 26.
Replace GH CI Java 26-ea with 27-ea.
---
.github/workflows/maven.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5a5a4c1b..e87a1700 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,9 @@ jobs:
java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
include:
- - java: 26-ea
+ - java: 26
+ experimental: true
+ - java: 27-ea
experimental: true
steps: