Skip to content

Commit 6beafcc

Browse files
committed
Add Java 25 to github actions
1 parent 22df2dc commit 6beafcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
java-version: [8, 11, 17, 21]
15+
java-version: [8, 11, 17, 21, 25]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: JDK setup
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
continue-on-error: true
2222
with:
2323
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)