Skip to content

Commit 224dfae

Browse files
committed
Drop Julia v1.9 and add v1.10 to tests
1 parent eb14c8f commit 224dfae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14+
- '1.10'
1415
- '1'
1516
- 'nightly'
1617
os:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
77

88
[compat]
99
IntervalArithmetic = "0.22 - 0.23, 1"
10-
julia = "1.9"
10+
julia = "1.10"
1111

1212
[extras]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)