Skip to content

Commit

Permalink
test on 1.10 only
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Jan 3, 2024
1 parent 1537cef commit 71b897c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- Core
version:
- '1'
- '1.10'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ DocStringExtensions = "0.9"
FastBroadcast = "0.2.6"
FunctionWrappers = "1.0"
Graphs = "1.4"
LinearAlgebra = "1.9"
Markdown = "1.9"
LinearAlgebra = "1.10"
Markdown = "1.10"
PoissonRandom = "0.4"
Random = "1.9"
Random = "1.10"
RandomNumbers = "1.3"
RecursiveArrayTools = "3"
Reexport = "0.2, 1.0"
SciMLBase = "2.15.2"
StaticArrays = "1.0"
UnPack = "1.0.2"
julia = "1.9"
julia = "1.10"

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

0 comments on commit 71b897c

Please sign in to comment.