Skip to content

Commit 62a6a0f

Browse files
authored
Bump julia to v1.10 (#95)
1 parent 09277b6 commit 62a6a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- version: '1'
1818
os: ubuntu-latest
1919
arch: x64
20-
- version: '1.6'
20+
- version: '1.10'
2121
os: ubuntu-latest
2222
arch: x64
2323
- version: '1'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ MacroTools = "0.5"
1717
MultivariatePolynomials = "0.5.8"
1818
MutableArithmetics = "1"
1919
Reexport = "1"
20-
julia = "1.6"
20+
julia = "1.10"

0 commit comments

Comments
 (0)