Skip to content

Commit

Permalink
Update ppx_yojson version + update the build-lint jobs to use with-ex…
Browse files Browse the repository at this point in the history
…tensions branch
  • Loading branch information
Enoumy committed Jan 5, 2025
1 parent 3086fdf commit 64f2929
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
with:
ocaml-compiler: "5.1"

- run: opam switch create 5.2.0+flambda2 --repos with-extensions=git+https://github.com/janestreet/opam-repository.git#with-extensions,default

- run: bash -c "eval $(opam env --switch 5.2.0+flambda2)"

- uses: ocaml/setup-ocaml/lint-doc@v3

lint-fmt:
Expand All @@ -69,4 +73,8 @@ jobs:
with:
ocaml-compiler: "5.1"

- run: opam switch create 5.2.0+flambda2 --repos with-extensions=git+https://github.com/janestreet/opam-repository.git#with-extensions,default

- run: bash -c "eval $(opam env --switch 5.2.0+flambda2)"

- uses: ocaml/setup-ocaml/lint-fmt@v3
2 changes: 1 addition & 1 deletion capy.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune" {>= "3.9"}
"notty"
"yojson" {= "2.2.2"}
"ppx_yojson_conv" {= "v0.18~preview.130.04+450"}
"ppx_yojson_conv"
"bonsai" {= "v0.18~preview.130.04+450"}
"bonsai_test" {= "v0.18~preview.130.04+450"}
"async_ssl" {= "v0.18~preview.130.04+450"}
Expand Down
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
notty
(yojson
(= "2.2.2"))
(ppx_yojson_conv
(= "v0.18~preview.130.04+450"))
ppx_yojson_conv
(bonsai
(= "v0.18~preview.130.04+450"))
(bonsai_test
Expand Down

0 comments on commit 64f2929

Please sign in to comment.