Skip to content

Commit 8bdf61a

Browse files
LonelyMidoriyaMaximPlusov
authored andcommitted
Add Java 25 to github actions
1 parent 26a5372 commit 8bdf61a

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
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
java-version: [8, 11, 17, 21]
17+
java-version: [8, 11, 17, 21, 25]
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: JDK setup
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
2424
java-version: ${{ matrix.java-version }}
2525
distribution: 'temurin'

0 commit comments

Comments
 (0)