Skip to content

Commit d239b40

Browse files
authored
Merge pull request #23 from ebean-orm/feature/bump-build-jdk-25
Bump build to use java 25
2 parents 9ca6783 + 5b2a163 commit d239b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
java_version: [21]
20+
java_version: [25]
2121
os: [ubuntu-latest]
2222

2323
steps:

.github/workflows/native-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: graalvm/setup-graalvm@v1
1515
with:
16-
java-version: '24'
16+
java-version: '25'
1717
distribution: 'graalvm'
1818
cache: 'maven'
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)