Skip to content

Commit

Permalink
chore: drop julia 1.7, add 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed May 12, 2023
1 parent e8b0f1d commit 73be4ee
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 @@ -15,8 +15,8 @@ jobs:
fail-fast: false
matrix:
version:
- '1.7'
- '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 @@ -25,4 +25,4 @@ MPI = "0.20"
NPZ = "0.4"
PencilArrays = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17"
PencilFFTs = "0.12, 0.13, 0.14"
julia = "1.7"
julia = "1.8, 1.9"

0 comments on commit 73be4ee

Please sign in to comment.