Skip to content

Commit

Permalink
Drop compat for Ferrite < 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpech committed Oct 28, 2024
1 parent b309576 commit 6a7e2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"

[compat]
Ferrite = "0.3, 1"
Ferrite = "1"
Gmsh = "0.2, 0.3"
julia = "1.6"

Expand Down

0 comments on commit 6a7e2db

Please sign in to comment.