We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7763493 commit 5ea71b9Copy full SHA for 5ea71b9
1 file changed
.github/workflows/java-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- javaver: [21, 22, 23, 24]
+ javaver: [21, 22, 23, 24, 25]
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
steps:
17
- uses: actions/checkout@v6
0 commit comments