Skip to content

Commit

Permalink
Add OCaml 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 11, 2023
1 parent 1420daf commit f7270f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
ocaml-compiler:
- 4.08.1
- 4.14.1
- 5.0.0

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

Expand Down
5 changes: 5 additions & 0 deletions test.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(set-logic ALL)
(set-option :produce-models true)
(declare-fun a (Int) Int)
(check-sat)
(get-model)

0 comments on commit f7270f4

Please sign in to comment.