Skip to content

Commit 041816a

Browse files
authored
Run CI on Java 25 (#851)
* Run CI on Java 25 * Consistently use Java 25 in CI workflows
1 parent bb024d5 commit 041816a

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ concurrency:
2121
jobs:
2222
build:
2323
uses: openrewrite/gh-automation/.github/workflows/ci-gradle.yml@main
24+
with:
25+
java_version: |
26+
25
27+
21
2428
secrets:
2529
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
2630
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ concurrency:
1414
jobs:
1515
release:
1616
uses: openrewrite/gh-automation/.github/workflows/publish-gradle.yml@main
17+
with:
18+
java_version: |
19+
25
20+
21
1721
secrets:
1822
gradle_enterprise_access_key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
1923
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}

.github/workflows/receive-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ concurrency:
1515
jobs:
1616
upload-patch:
1717
uses: openrewrite/gh-automation/.github/workflows/receive-pr.yml@main
18+
with:
19+
java_version: |
20+
25
21+
21

0 commit comments

Comments
 (0)