We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f321b6 commit dba71aeCopy full SHA for dba71ae
1 file changed
.github/workflows/maven.yml
@@ -46,25 +46,25 @@ jobs:
46
java: 21
47
experimental: false
48
deploy: true
49
- # Experimental builds: Java 23
+ # Experimental builds: Java 24-ea
50
- os: ubuntu-latest
51
- java: 23
52
- experimental: false
+ java: 24
+ experimental: true
53
- os: windows-latest
54
55
56
- os: macos-latest
57
58
59
# Experimental builds: Java 24-ea
60
61
- java: 24-ea
+ java: 25-ea
62
experimental: true
63
64
65
66
67
68
69
fail-fast: false
70
0 commit comments