Skip to content

Commit 2a8477b

Browse files
build: bump julia compat to 1.10
1 parent bb07a04 commit 2a8477b

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
@@ -19,7 +19,7 @@ jobs:
1919
- Core
2020
version:
2121
- '1'
22-
- '1.6'
22+
- '1.10'
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MacroTools = "0.5"
2121
PreallocationTools = "0.4"
2222
RecursiveArrayTools = "3"
2323
StaticArrays = "1.0"
24-
julia = "1.6"
24+
julia = "1.10"
2525

2626
[extras]
2727
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"

0 commit comments

Comments
 (0)