Skip to content

Commit 463a9ee

Browse files
authored
Merge pull request #3704 from cloudfoundry/testjava25
Add Java 25 and Ubuntu 24.04 support in CI tests
2 parents c544644 + be9c7f5 commit 463a9ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
pull_request:
77
branches: [ develop ]
88

9-
# Run job on CF landscape, e.g. ubuntu 1804 and bellsoft java 21
9+
# Run unit tests on CF landscape: Ubuntu with various Bellsoft Liberica Java versions
1010
permissions:
1111
contents: read
1212

1313
jobs:
1414
uaa_standalone_test:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java: [ '21' ]
19+
java: [ '21', '25' ]
2020
steps:
2121
- uses: actions/checkout@v6
2222
- uses: actions/setup-java@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Security OAuth that can do the heavy lifting if your client is Java.
7272
## Quick Start
7373

7474
Requirements:
75-
* Java 21
75+
* Java 21 or 25
7676

7777
If this works, you are in business:
7878

0 commit comments

Comments
 (0)