Skip to content

Commit

Permalink
Updated CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed Oct 22, 2024
1 parent 4c73a9a commit 4725f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.9','1.10']
julia-version: ['1.10','1.11']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand Down
10 changes: 10 additions & 0 deletions demo.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
a = 4

using Dolo


model = include("examples/ymodels/consumption_savings.jl")

Dolo.time_iteration(model)


0 comments on commit 4725f0b

Please sign in to comment.