Add Java 25 to GitHub Actions

This commit is contained in:
md_5
2025-09-18 21:21:09 +10:00
parent d2a317eee2
commit 01048b4fca

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
java: [8, 11, 17, 21, 25-ea] java: [8, 11, 17, 21, 25]
name: Java ${{ matrix.java }} name: Java ${{ matrix.java }}