Skip to content

Commit

Permalink
Unlock opam 2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Nov 13, 2024
1 parent 624e898 commit d7b588c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion packages/setup-ocaml/src/opam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
} from "./unix.js";

export async function retrieveLatestOpamRelease() {
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : "<2.3.0";
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : "<2.4.0";
const octokit = github.getOctokit(GITHUB_TOKEN);
const { data: releases } = await octokit.rest.repos.listReleases({
owner: "ocaml",
Expand Down

0 comments on commit d7b588c

Please sign in to comment.