We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d1c7c commit 5aad9b3Copy full SHA for 5aad9b3
.github/workflows/CI.yml
@@ -10,8 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.0'
14
- - '1.1'
+ - '1.10' # lts
15
- '1'
16
- 'nightly'
17
os:
Project.toml
@@ -4,7 +4,7 @@ license = "MIT"
4
version = "2.4.1"
5
6
[compat]
7
-julia = "1"
+julia = "1.10"
8
9
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
0 commit comments