Skip to content

Commit 9df5731

Browse files
committed
native tests: drop jdk17 tests
Failed on CI. Reproduced on Windows Virtual Machine locally. Ok with testing only under JDK11.
1 parent 07a88fb commit 9df5731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ windows-latest, ubuntu-latest, macos-latest ]
11-
graal-java: [ 11, 17 ]
11+
graal-java: [ 11 ]
1212
test: [ test-native, test-native-sci ]
1313
clojure-version: [ '1.10', '1.11' ]
1414

doc/02-developer-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ We make use of planck for cljs bootstrap (aka cljs self-hosted) testing.
1313
Planck is currently not available for Windows.
1414

1515
We test that rewrite-clj operates as expected when natively compile via GraalVM.
16-
Automated testing is setup using GraalVM v22 JDK11 and JDK17.
16+
Automated testing is setup using GraalVM v22 JDK11.
1717

1818
== Prerequisites
1919
* Java JDK 1.8 or above
2020
* NodeJs v12 or above
2121
* Clojure v1.10.1.697 or above for `clojure` command
2222
** Note that rewrite-clj v1 itself supports Clojure v1.8 and above
2323
* Babashka v0.3.7 or above
24-
* GraalVM v22.0.0.2 JDK 11/17 (if you want to run GraalVM native image tests)
24+
* GraalVM v22.0.0.2 JDK 11 (if you want to run GraalVM native image tests)
2525

2626
=== Windows Notes
2727

0 commit comments

Comments
 (0)