Skip to content

Commit 2711075

Browse files
Merge pull request #486 from emillon/dune-3.14
Update tests for dune 3.14
2 parents 5202755 + fd0e11c commit 2711075

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ with [Dune](https://github.com/ocaml/dune) and hosted on
2828
;; two dependencies on dune to work around
2929
;; https://github.com/ocaml/dune/issues/3431
3030
dune
31-
;; the tests require dune 3.8
32-
(dune (and (>= 3.8) :with-test))
31+
;; the tests require dune 3.14
32+
(dune (and (>= 3.14) :with-test))
3333
(curly (>= 0.3.0))
3434
(fmt (>= 0.8.7))
3535
(fpath (>= 0.7.3))

dune-release.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/tarides/dune-release/issues"
2020
depends: [
2121
"ocaml" {>= "4.08.0"}
2222
"dune" {>= "2.7"}
23-
"dune" {>= "3.8" & with-test}
23+
"dune" {>= "3.14" & with-test}
2424
"curly" {>= "0.3.0"}
2525
"fmt" {>= "0.8.7"}
2626
"fpath" {>= "0.7.3"}

tests/bin/distrib-name/run.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Run dune-release distrib with the uncommitted name in dune-project.
5757
dune-release: [WARNING] The repo is dirty. Uncommitted changes to files
5858
(including dune-project) will not be included in the
5959
distribution archive.
60+
File "dune-project", line 1, characters 0-0:
6061
Error: The project name is not defined, please add a (name <name>) field to
6162
your dune-project file.
6263
dune-release: [ERROR] run ['dune' 'subst']: exited with 1

0 commit comments

Comments
 (0)