Skip to content

Commit bcec51d

Browse files
committed
Add Java 25 as platform to build pipeline
1 parent 4a79745 commit bcec51d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88

99
strategy:
1010
matrix:
11-
java-version: [ '17', '21', '22', '23', '24' ]
11+
java-version: [ '17', '21', '22', '23', '24', '25-ea']
1212
fail-fast: false
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK ${{ matrix.java-version }}
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
java-version: ${{ matrix.java-version }}
2020
distribution: 'temurin'

0 commit comments

Comments
 (0)