Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
push:
branches:
- master
# tags: '*'
# pull_request:
tags: '*'
pull_request:

concurrency:
# Skip intermediate builds: always.
Expand All @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
packages: xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
- uses: julia-actions/setup-julia@latest
with:
version: '1.9'
version: '1.11'
- uses: julia-actions/cache@v1
with:
# cache-name: master-docs
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ MakieExt = ["Makie"]

[compat]
AutoHashEquals = "2.2.0"
CairoMakie = "0.13.1"
Colors = "0.13.0"
CairoMakie = "0.10.11"
Colors = "0.12.10"
Combinatorics = "1.0.2"
DataStructures = "0.18.20"
DocStringExtensions = "0.9.3"
FFTW = "1.8.0"
GLMakie = "0.11.2"
GLMakie = "0.8.15"
GraphMakie = "0.5.13"
GraphPlot = "0.6.0"
Graphs = "1.12.0"
Makie = "0.19.11"
NetworkLayout = "0.4.9"
Oscar = "1.2.2"
Oscar = "1.4.1"
StatsBase = "0.34.4"
WGLMakie = "0.8.15"
julia = "1.10"
julia = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]
Loading
Loading