Skip to content

Commit 71a2e6a

Browse files
authored
Merge pull request #69 from shindere/refresh-ci
Refresh CI workflows
2 parents 4edbfcd + 95ff618 commit 71a2e6a

3 files changed

Lines changed: 5 additions & 46 deletions

File tree

.github/workflows/check-generated-files.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Setup OCaml
2828
uses: ocaml/setup-ocaml@v3
2929
with:
@@ -44,10 +44,11 @@ jobs:
4444
- 5.0.x
4545
- 5.1.x
4646
- 5.2.x
47+
- 5.3.x
4748
runs-on: ${{ matrix.os }}
4849
steps:
4950
- name: Checkout
50-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5152
- name: Setup OCaml
5253
uses: ocaml/setup-ocaml@v3
5354
with:

.github/workflows/main.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
- name: Setup OCaml
3232
uses: ocaml/setup-ocaml@v3
3333
with:
@@ -56,35 +56,11 @@ jobs:
5656
runs-on: ${{ matrix.os }}
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- name: Setup OCaml
6161
uses: ocaml/setup-ocaml@v3
6262
with:
6363
ocaml-compiler: ${{ matrix.ocaml-compiler }}
6464
- name: Make stdcompat
6565
run: |
6666
opam exec -- sh -xc ".github/scripts/build-${{ matrix.builder }}.sh"
67-
68-
# build-ubuntu-ocaml-5-beta:
69-
# strategy:
70-
# fail-fast: false
71-
# matrix:
72-
# builder:
73-
# - dune
74-
# - make
75-
# - make-no-magic
76-
# runs-on: ubuntu-latest
77-
# container:
78-
# image: ghcr.io/thierry-martinez/stdcompat-ocaml-5-beta
79-
# credentials:
80-
# username: ${{ github.actor }}
81-
# password: ${{ secrets.packages_actions_read }}
82-
# steps:
83-
# - name: Checkout
84-
# uses: actions/checkout@v3
85-
# - name: Make stdcompat
86-
# run: |
87-
# chown -R ci $PWD && \
88-
# su ci -c "sh -xc \".github/scripts/build-in-docker.sh \
89-
# 5.0.0~alpha1 \
90-
# \\\"${{ matrix.builder }}\\\"\""

.github/workflows/windows.yml.disabled

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)