Skip to content

Commit 6e301eb

Browse files
committed
update github action workflows
1 parent 19f4dae commit 6e301eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/develop-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [11, 25]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [11, 25]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: true
5252
matrix:
53-
jdk: [ 11, 24 ]
53+
jdk: [ 11, 25 ]
5454
steps:
5555
- uses: actions/checkout@v4
5656
- name: Set up JDK

0 commit comments

Comments
 (0)