File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1010permissions :
1111 contents : read
1212
1313jobs :
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
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Security OAuth that can do the heavy lifting if your client is Java.
7272## Quick Start
7373
7474Requirements:
75- * Java 21
75+ * Java 21 or 25
7676
7777If this works, you are in business:
7878
You can’t perform that action at this time.
0 commit comments