Skip to content

Commit fde1cf4

Browse files
lqiu96renovate-bot
andauthored
feat: upgrade GraalVM image B to 25 (#1037)
* ci: Test with GraalVM 25 * chore: Fix expected output * deps: update dependency org.graalvm.sdk:graal-sdk to v25 (#1034) * deps: update dependency org.graalvm.sdk:nativeimage to v25 (#1035) --------- Co-authored-by: Mend Renovate <[email protected]>
1 parent 1182a88 commit fde1cf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.cloudbuild/graalvm-b.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ghcr.io/graalvm/graalvm-community:24.0.1-ol9-20250415
15+
FROM ghcr.io/graalvm/graalvm-community:25.0.0-ol9-20250916
1616

1717
# native-image comes out of the box
1818
RUN native-image --version

.cloudbuild/graalvm-b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "version"
1818
command: ["java", "-version"]
1919
# java -version outputs to stderr...
20-
expectedError: ["openjdk version \"24.0.1\"", "GraalVM CE 24.0.1"]
20+
expectedError: ["openjdk version \"25\"", "GraalVM CE 25"]
2121
- name: "maven"
2222
command: ["mvn", "-version"]
2323
expectedOutput: ["Apache Maven 3.9.4"]

0 commit comments

Comments
 (0)