Skip to content

Commit b49ad9e

Browse files
committed
ci: up workflow Java versions
1 parent e93f1ab commit b49ad9e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v5
2222
with:
2323
distribution: 'temurin'
24-
java-version: '21'
24+
java-version: '25'
2525
- name: Run Checkstyle
2626
run: mvn --batch-mode checkstyle:check
2727
- name: Install reviewdog
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/setup-java@v5
4545
with:
4646
distribution: 'temurin'
47-
java-version: '21'
47+
java-version: '25'
4848
- name: Build with coverage
4949
run: mvn --batch-mode clean verify
5050
- name: Upload JaCoCo coverage report

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
java-version: [ '21' ]
19+
java-version: [ '25' ]
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v6
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
java-version: [ '21' ]
45+
java-version: [ '25' ]
4646
steps:
4747
- name: Checkout code
4848
uses: actions/checkout@v6

0 commit comments

Comments
 (0)