Skip to content

Commit

Permalink
Merge pull request #130 from invenia/ox/compat
Browse files Browse the repository at this point in the history
=drop support for 1.0 and bound LinearAlgebra compat
  • Loading branch information
oxinabox committed Oct 26, 2023
2 parents 589fca8 + 67a3604 commit 9b07a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
fail-fast: false
matrix:
version:
- "1.0" # LTS
- "1.6" # LTS
- "1" # Latest Release
os:
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ ChainRulesCore = "1"
ChainRulesTestUtils = "1"
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
FiniteDifferences = "0.12.3"
LinearAlgebra = "1.6"
PDMats = "0.11"
julia = "1"
julia = "1.6"


[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

2 comments on commit 9b07a07

@oxinabox
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94144

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.42 -m "<description of version>" 9b07a077d37510184857659d77666832db19b2eb
git push origin v0.1.42

Please sign in to comment.