Skip to content

Commit

Permalink
Merge branch 'Dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMaeurer committed Mar 13, 2024
2 parents b97e14f + 9d56dbb commit e3af3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1']
julia-version: ['1.9', '1.10']
julia-arch: [x64]
os: [macOS-latest] # [ubuntu-latest, windows-latest, macOS-latest]
steps:
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Memoization = "0.1, 0.2"
Oscar = "1.0"
julia = "1.10"
Graphs = "1.9"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion src/CategoryFramework/LimitsAndDiagrams/Diagrams.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

abstract type AbstractDiagram <: Functor end

struct KernelDiagram <: AbstractDiagra
struct KernelDiagram <: AbstractDiagram end

0 comments on commit e3af3fe

Please sign in to comment.