Skip to content

Commit

Permalink
Move the julia requirement to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed May 2, 2023
1 parent 8766ff2 commit 49b1122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.8'
- 'nightly'
- "nightly"
os:
- ubuntu-latest
- macOS-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 @@ DataStructures = "0.18"
FTPClient = "1"
GitHub = "5"
Gtk4 = "0.3"
julia = "1.4"
julia = "1.9"

0 comments on commit 49b1122

Please sign in to comment.