Skip to content

Commit

Permalink
Merge pull request #96 from CDCgov/issue90-1
Browse files Browse the repository at this point in the history
Issue 91: Add version 1.10 to testing matrix
  • Loading branch information
seabbs authored Mar 1, 2024
2 parents a5a6d27 + e0428ab commit c4b8e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-EpiAware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
julia-version: ['1']
julia-version: ['1.10', '1']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion EpiAware/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Random = "1.9"
ReverseDiff = "1.15"
SparseArrays = "1.10"
Turing = "0.30"
julia = "1.9"
julia = "1.10"

0 comments on commit c4b8e17

Please sign in to comment.