Skip to content

Commit e642a70

Browse files
committed
Added versions for CI testing
1 parent 1169985 commit e642a70

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25+
- '1.7'
2526
- '1.8'
2627
- '1.9'
2728
- '1.10'
29+
- '1.11'
2830
- 'nightly'
2931
os:
3032
- ubuntu-latest

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1212
Aqua = "0.8"
1313
DataFrames = "1.5"
1414
Documenter = "1.2"
15-
LinearAlgebra = "1.8"
15+
LinearAlgebra = "1.7"
1616
Random = "1.8"
1717
Tables = "1.12.0"
18-
Test = "1.8"
19-
julia = "1.8"
18+
Test = "1.7"
19+
julia = "1.7"
2020

2121
[extras]
2222
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)