Skip to content

Commit bcbaf67

Browse files
committed
Drop Julia v1.6
1 parent 259786e commit bcbaf67

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- version: '1'
1818
os: ubuntu-latest
1919
arch: x64
20-
- version: '1.6'
21-
os: ubuntu-latest
22-
arch: x64
2320
- version: '1.10'
2421
os: ubuntu-latest
2522
arch: x64

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
1414
ChainRulesCore = "1"
1515
DataStructures = "0.19"
1616
MutableArithmetics = "0.3, 1"
17-
julia = "1.6"
17+
julia = "1.10"

0 commit comments

Comments
 (0)