We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb14c8f commit 224dfaeCopy full SHA for 224dfae
2 files changed
.github/workflows/CI.yml
@@ -11,6 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
version:
14
+ - '1.10'
15
- '1'
16
- 'nightly'
17
os:
Project.toml
@@ -7,7 +7,7 @@ IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
7
8
[compat]
9
IntervalArithmetic = "0.22 - 0.23, 1"
10
-julia = "1.9"
+julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments