Skip to content

Commit

Permalink
chroe: build with ocaml 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Aug 19, 2024
1 parent 3cb1345 commit 761cad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Test
on:
push:
branches:
- 'main'
- "main"

pull_request:
branches:
- '*'
- "*"

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 5.0.x
- 5.2.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 761cad6

Please sign in to comment.