We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1169985 commit e642a70Copy full SHA for e642a70
.github/workflows/CI.yml
@@ -22,9 +22,11 @@ jobs:
22
fail-fast: false
23
matrix:
24
version:
25
+ - '1.7'
26
- '1.8'
27
- '1.9'
28
- '1.10'
29
+ - '1.11'
30
- 'nightly'
31
os:
32
- ubuntu-latest
Project.toml
@@ -12,11 +12,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
12
Aqua = "0.8"
13
DataFrames = "1.5"
14
Documenter = "1.2"
15
-LinearAlgebra = "1.8"
+LinearAlgebra = "1.7"
16
Random = "1.8"
17
Tables = "1.12.0"
18
-Test = "1.8"
19
-julia = "1.8"
+Test = "1.7"
+julia = "1.7"
20
21
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments