Skip to content

Commit

Permalink
[ci] ocaml 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Aug 1, 2024
1 parent 6d2f518 commit 29c19b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup ocaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.0.0
ocaml-compiler: 5.1.0
opam-repositories: |
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
fail-fast: false
matrix:
# ocaml: ["4.08.1", "5.0.0"]
ocaml: ["5.0.0"]
ocaml: ["5.1.0"]
steps:
- uses: actions/checkout@main
with:
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ocaml: ["5.0.0"]
ocaml: ["5.1.0"]
# ocaml: ["4.08.1", "5.0.0"]
target: [macro, js, hl, cpp, jvm, php, python, lua, flash, neko]
include:
Expand Down
2 changes: 1 addition & 1 deletion haxe.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "2.2"
opam-version: "2.1"
name: "haxe"
version: "4.3.0"
synopsis: "Multi-target universal programming language"
Expand Down

0 comments on commit 29c19b1

Please sign in to comment.