From db1b65b1b4c0f4ce2cb357bcb0d1fa43bd7896a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Nov 2022 09:55:32 +0000 Subject: [PATCH] CompatHelper: add new compat entry for OffsetArrays at version 1 for package test, (keep existing compat) (#72) This pull request sets the compat entry for the `OffsetArrays` package to `1` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass. --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index be87e82..34df851 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,5 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Distributions = "0.25" Documenter = "0.26.3, 0.27" +OffsetArrays = "1" Setfield = "0.7.1, 0.8, 1" julia = "1"