Skip to content

Commit

Permalink
Added versions for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dscolby committed Dec 15, 2024
1 parent 1169985 commit e642a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '1.8'
- '1.9'
- '1.10'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Aqua = "0.8"
DataFrames = "1.5"
Documenter = "1.2"
LinearAlgebra = "1.8"
LinearAlgebra = "1.7"
Random = "1.8"
Tables = "1.12.0"
Test = "1.8"
julia = "1.8"
Test = "1.7"
julia = "1.7"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit e642a70

Please sign in to comment.