diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9299f8b..12c0988 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,11 @@ on: - main pull_request: +env: + OPAMCRITERIA: +removed,+count[version-lag,solution] + OPAMFIXUPCRITERIA: +removed,+count[version-lag,solution] + OPAMUPGRADECRITERIA: +removed,+count[version-lag,solution] + permissions: read-all jobs: diff --git a/claudius.opam b/claudius.opam index 92d122e..b5cf6d9 100644 --- a/claudius.opam +++ b/claudius.opam @@ -27,7 +27,7 @@ depends: [ "tsdl" {>= "1.1.0"} "ounit2" {with-test} "odoc" {with-doc} - "giflib" {>= "1.0.3"} + "giflib" {>= "1.1.0"} "imagelib" {>= "20221222"} "crunch" {>= "4.0.0"} "hsluv" {>= "0.1.0"} diff --git a/dune-project b/dune-project index 1a3e116..b1a8495 100644 --- a/dune-project +++ b/dune-project @@ -21,7 +21,7 @@ (name claudius) (synopsis "A retro-style graphics library") (description "A functional style retro-graphics library for OCaml for building generative art, demos, and games.") - (depends (ocaml (>= 5.1)) dune (tsdl (>= 1.1.0)) (ounit2 :with-test) (odoc :with-doc) (giflib (>= 1.0.3)) (imagelib (>= 20221222)) (crunch (>= 4.0.0)) (hsluv (>= 0.1.0)) (ocamlformat (and (>= 0.27.0) :with-dev-setup ))) + (depends (ocaml (>= 5.1)) dune (tsdl (>= 1.1.0)) (ounit2 :with-test) (odoc :with-doc) (giflib (>= 1.1.0)) (imagelib (>= 20221222)) (crunch (>= 4.0.0)) (hsluv (>= 0.1.0)) (ocamlformat (and (>= 0.27.0) :with-dev-setup ))) (tags (graphics rendering paletted)))