Skip to content

Commit 9b07a07

Browse files
authored
Merge pull request #130 from invenia/ox/compat
=drop support for 1.0 and bound LinearAlgebra compat
2 parents 589fca8 + 67a3604 commit 9b07a07

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- "1.0" # LTS
16+
- "1.6" # LTS
1717
- "1" # Latest Release
1818
os:
1919
- ubuntu-latest
2020
arch:
2121
- x64
2222
- x86
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525
- uses: julia-actions/setup-julia@v1
2626
with:
2727
version: ${{ matrix.version }}

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ ChainRulesCore = "1"
1414
ChainRulesTestUtils = "1"
1515
FillArrays = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
1616
FiniteDifferences = "0.12.3"
17+
LinearAlgebra = "1.6"
1718
PDMats = "0.11"
18-
julia = "1"
19+
julia = "1.6"
20+
1921

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

0 commit comments

Comments
 (0)