mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(ci): widen support for github CI
This commit is contained in:
parent
c2cab292b1
commit
aba959aa89
2 changed files with 3 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -6,11 +6,10 @@ jobs:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
#operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
operating-system: [ubuntu-latest]
|
|
||||||
ocaml-version: [ '4.08.0' ]
|
ocaml-version: [ '4.08.0' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@main
|
||||||
- uses: avsm/setup-ocaml@master
|
- uses: avsm/setup-ocaml@master
|
||||||
with:
|
with:
|
||||||
ocaml-version: ${{ matrix.ocaml-version }}
|
ocaml-version: ${{ matrix.ocaml-version }}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# OCaml-containers 📦 [](https://travis-ci.org/c-cube/ocaml-containers)
|
# OCaml-containers 📦 [](https://travis-ci.org/c-cube/ocaml-containers) 
|
||||||
|
|
||||||
A modular, clean and powerful extension of the OCaml standard library.
|
A modular, clean and powerful extension of the OCaml standard library.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue