Skip to content

Commit

Permalink
bump compat poly v4 (#899)
Browse files Browse the repository at this point in the history
* bump compat poly v4

* up checkout

* try another compat spec
  • Loading branch information
baggepinnen authored Nov 7, 2023
1 parent 6e6a0d1 commit 4dc6a3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- ControlSystems
- ControlSystemsBase
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down
6 changes: 5 additions & 1 deletion lib/ControlSystemsBase/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ MacroTools = "0.5"
MatrixEquations = "1, 2.1"
MatrixPencils = "1.6"
Polyester = "0.6, 0.7"
Polynomials = "1.1.10, 2.0, 3.0"
Polynomials = "3.0, 4.0"
PrecompileTools = "1"
RecipesBase = "1"
StaticArraysCore = "1"
julia = "1.6"
LinearAlgebra = "<0.0.1, 1"
Printf = "<0.0.1, 1"
Random = "<0.0.1, 1"
UUIDs = "<0.0.1, 1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 4dc6a3a

Please sign in to comment.