Skip to content

Commit

Permalink
test & ci: bump deps (#318)
Browse files Browse the repository at this point in the history
Of note: GraalVM for JDK 23!
  • Loading branch information
lread authored Sep 19, 2024
1 parent b02952c commit f6bb9dc
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows, ubuntu, macos ]
java-version: [ '22.0.2' ]
java-version: [ '23' ]
test: [ native, native-sci ]
clojure-version: [ '1.12' ]

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1221"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.9.1227"}
org.slf4j/slf4j-simple {:mvn/version "2.0.16"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
Expand Down
4 changes: 2 additions & 2 deletions doc/02-developer-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We make use of planck for cljs bootstrap (aka cljs self-hosted) testing.
Planck is currently not available for Windows.

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

== Prerequisites
Expand All @@ -21,7 +21,7 @@ At this time we only test against the Community Edition.
* Clojure v1.10.1.697 or above for `clojure` command
** Note that rewrite-clj v1 itself supports Clojure v1.8 and above
* Babashka v0.3.7 or above
* Current release of GraalVM JDK 22, if you want to run GraalVM native image tests
* Current release of GraalVM for JDK 23, if you want to run GraalVM native image tests

=== Windows Notes

Expand Down
144 changes: 66 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"shadow-cljs": "^2.28.14"
"shadow-cljs": "^2.28.15"
}
}

0 comments on commit f6bb9dc

Please sign in to comment.