Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Bazdresch committed Apr 26, 2023
1 parent 6a3559b commit 02e4547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1' # current stable
- 'nightly'
- '1.8'
- '1.9'
os: [ubuntu-latest]
arch: [x64]

Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.1.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
OhMyREPL = "5fb14364-9ced-5910-84b2-373655c76a03"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Expand Down

0 comments on commit 02e4547

Please sign in to comment.