File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 }}\\\"\""
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments