Skip to content

Commit d158b42

Browse files
committed
setup-ocaml 3.6.0
1 parent 38218e0 commit d158b42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
env:
7373
# When changing the setup-ocaml version, also adjust it in the setup step further below.
74-
SETUP_OCAML_VERSION: 3.4.6 # OPAM <2.6.0
74+
SETUP_OCAML_VERSION: 3.6.0 # OPAM <2.6.0
7575

7676
steps:
7777
- name: "Windows: Set git config"
@@ -170,7 +170,7 @@ jobs:
170170
key: ${{ env.opam_cache_key }}
171171

172172
- name: Use OCaml ${{matrix.ocaml_compiler}}
173-
uses: ocaml/setup-ocaml@v3.4.8
173+
uses: ocaml/setup-ocaml@v3.6.0
174174
if: steps.cache-opam-env.outputs.cache-hit != 'true'
175175
with:
176176
ocaml-compiler: ${{matrix.ocaml_compiler}}
@@ -208,7 +208,7 @@ jobs:
208208
- name: Use cached OPAM environment
209209
if: steps.cache-opam-env.outputs.cache-hit == 'true'
210210
run: |
211-
# https://github.com/ocaml/setup-ocaml/blob/v3.4.6/packages/setup-ocaml/src/installer.ts
211+
# https://github.com/ocaml/setup-ocaml/blob/v3.6.0/packages/setup-ocaml/src/installer.ts
212212
echo "OPAMCOLOR=always" >> "$GITHUB_ENV"
213213
echo "OPAMCONFIRMLEVEL=unsafe-yes" >> "$GITHUB_ENV"
214214
echo "OPAMDOWNLOADJOBS=4" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)