Skip to content

Commit

Permalink
Require Julia v1.7 as new minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRoniOne committed Apr 7, 2024
1 parent ebdf8bb commit 934f925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1.9"
- "1.7"
- "1.10"
- "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 @@ -12,4 +12,4 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
PrettyTables = "1, 2"
Tables = "1"
Unicode = "1"
julia = "1.6"
julia = "1.7"

0 comments on commit 934f925

Please sign in to comment.