Skip to content

Commit

Permalink
chore: set Julia compatibility to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1004 committed Jun 4, 2023
1 parent 8063c4a commit 0fbcbc3
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 @@ -18,8 +18,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.8'
- '1.9'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ FastGaussQuadrature = "0.4, 0.5"
Interpolations = "0.14"
OffsetArrays = "1"
StaticArrays = "1"
julia = "1.6"
julia = "1.8"

0 comments on commit 0fbcbc3

Please sign in to comment.