Skip to content

Commit f6bb9dc

Browse files
authored
test & ci: bump deps (#318)
Of note: GraalVM for JDK 23!
1 parent b02952c commit f6bb9dc

File tree

5 files changed

+71
-83
lines changed

5 files changed

+71
-83
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ windows, ubuntu, macos ]
20-
java-version: [ '22.0.2' ]
20+
java-version: [ '23' ]
2121
test: [ native, native-sci ]
2222
clojure-version: [ '1.12' ]
2323

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
;;
159159
;; Maintenance support
160160
;;
161-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1221"}
161+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1227"}
162162
org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
163163
}
164164
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}

doc/02-developer-guide.adoc

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

1414
We test that rewrite-clj operates as expected when natively compile via GraalVM.
15-
Automated testing is setup using GraalVM JDK 22.
15+
Automated testing is setup using GraalVM for JDK 23.
1616
At this time we only test against the Community Edition.
1717

1818
== Prerequisites
@@ -21,7 +21,7 @@ At this time we only test against the Community Edition.
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-
* Current release of GraalVM JDK 22, if you want to run GraalVM native image tests
24+
* Current release of GraalVM for JDK 23, if you want to run GraalVM native image tests
2525

2626
=== Windows Notes
2727

package-lock.json

Lines changed: 66 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"karma-cljs-test": "^0.1.0",
77
"karma-junit-reporter": "^2.0.0",
88
"karma-spec-reporter": "^0.0.36",
9-
"shadow-cljs": "^2.28.14"
9+
"shadow-cljs": "^2.28.15"
1010
}
1111
}

0 commit comments

Comments
 (0)