Skip to content

Commit b97be6b

Browse files
committed
Unlock opam 2.4
Signed-off-by: Sora Morimoto <[email protected]>
1 parent c4f1495 commit b97be6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/opam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
} from "./unix.js";
2121

2222
export const latestOpamRelease = (async () => {
23-
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : "<2.4.0";
23+
const semverRange = ALLOW_PRERELEASE_OPAM ? "*" : "<2.5.0";
2424
const octokit = github.getOctokit(GITHUB_TOKEN, undefined, retry);
2525
const { data: releases } = await octokit.rest.repos.listReleases({
2626
owner: "ocaml",

0 commit comments

Comments
 (0)