Skip to content

Commit

Permalink
Merge pull request #43 from AlgebraicJulia/julia-v1.6
Browse files Browse the repository at this point in the history
Upgrade to Julia v1.6 and Catlab v0.12
  • Loading branch information
epatters authored Apr 15, 2021
2 parents 00997ed + 9bf9215 commit 1079c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@latest
with:
version: '1.5'
version: '1.6'
- name: "Install system dependencies"
run: |
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.5']
julia-version: ['1.6']
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Catlab = "^0.11"
Catlab = "0.11, 0.12"
CombinatorialSpaces = "0.2.0"
Compose = "^0.9.1"
DifferentialEquations = "^6.16.0"
Expand Down

0 comments on commit 1079c9a

Please sign in to comment.