Skip to content

Commit

Permalink
Dates compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Feb 6, 2024
1 parent 682110f commit 2b47ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: ${{ matrix.version }}
- uses: cjdoris/julia-downgrade-compat-action@v1
with:
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra,Dates
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"

[compat]
DataStructures = "0.18"
Dates = "1"
ResumableFunctions = "0.6"
julia = "1.6"

0 comments on commit 2b47ff6

Please sign in to comment.