Skip to content

Commit

Permalink
build: add matrix for binder and cuda (latest 2 versions only) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 22, 2024
1 parent eb08179 commit 4a0543b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/matrix/latest-two.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"r_version": [
"4.3.2",
"4.3.3"
],
"group": "default"
}
6 changes: 6 additions & 0 deletions build/scripts/generate-matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ supported_versions |>
supported_versions |>
utils::tail(1) |>
write_matrix("build/matrix/latest.json")


# binda and cuda
supported_versions |>
utils::tail(2) |>
write_matrix("build/matrix/latest-two.json")

0 comments on commit 4a0543b

Please sign in to comment.