Skip to content

Commit e679c94

Browse files
build: run CI on Java 25 (#2034)
1 parent a6204fa commit e679c94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Set up Java, sbt and cache for CI"
55
inputs:
66
java-version:
77
description: "The Java version to use"
8-
default: "21"
8+
default: "25"
99
required: false
1010
cache:
1111
description: "The cache to use"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
java-version: [17, 21]
16+
java-version: [17, 25]
1717
os: ['ubuntu-latest', 'windows-latest']
1818
runs-on: ${{ matrix.os }}
1919

0 commit comments

Comments
 (0)