Skip to content

Commit db1b65b

Browse files
author
github-actions[bot]
committed
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.
1 parent f5c0a7c commit db1b65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1212
[compat]
1313
Distributions = "0.25"
1414
Documenter = "0.26.3, 0.27"
15+
OffsetArrays = "1"
1516
Setfield = "0.7.1, 0.8, 1"
1617
julia = "1"

0 commit comments

Comments
 (0)