Skip to content

Commit 4710a84

Browse files
committed
Use Java 25
1 parent 8161687 commit 4710a84

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: [ '21' ]
14+
java: [ '25' ]
1515
name: Build with Java ${{ matrix.Java }}
1616
steps:
1717
- name: "Checkout sources"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: "Setup Java"
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v5
2121
with:
2222
distribution: 'oracle'
2323
java-version: ${{ matrix.java }}

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)