Skip to content

Commit

Permalink
allow Julia 1.10 and 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Aug 17, 2024
1 parent 28b707a commit 6be63f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
matrix:
version:
- '1.10'
- '1'
- 'nightly'
- '1.11'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PackageCompiler = "2.1.17"
Parameters = "0.12.3"
Pkg = "=1.10.0"
Timers = "=0.1.5"
julia = "~1.10"
julia = "~1.10, ~1.11"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

0 comments on commit 6be63f1

Please sign in to comment.