Skip to content

Commit 3abecd2

Browse files
committed
tests: bump graalvm version to 21.2.0
Noticed a warning from GraalVM native-image: --initialize-at-build-time without arguments has been deprecated and will be removed in GraalVM 22.0. But am happily ignoring until I have to deal with it!
1 parent f7d0f03 commit 3abecd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/native-image-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install GraalVM
4444
uses: DeLaGuardo/[email protected]
4545
with:
46-
graalvm: '21.1.0'
46+
graalvm: '21.2.0'
4747
java: ${{ matrix.graal-java }}
4848

4949
#

doc/02-developer-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Automated testing is setup using GraalVM v21 JDK11.
2121
* Clojure v1.10.1.697 or above for `clojure` command
2222
** Note that rewrite-clj v1 itself supports Clojure v1.9 and above
2323
* Babashka v0.3.7 or above
24-
* GraalVM v21.1.0 JDK 11 (if you want to run GraalVM native image tests)
24+
* GraalVM v21.2.0 JDK 11 (if you want to run GraalVM native image tests)
2525

2626
=== Windows Notes
2727

0 commit comments

Comments
 (0)