Skip to content

Commit

Permalink
Fixed versions in .travis.yml, Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zgornel committed Jun 2, 2023
1 parent b041708 commit b75f57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
- osx

julia:
- 1.3
- 1.8
- nightly

notifications:
Expand All @@ -21,7 +21,7 @@ jobs:

include:
- stage: "Documentation"
julia: 1.3
julia: 1.8
os: linux
script:
- julia --project=docs/ -e 'using Pkg;
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
CodecBzip2 = "^0.7"
CodecLz4 = "^0.4"
CodecZlib = "^0.7"
DataStructures = "^0"
DataStructures = "^0.18"
MacroTools = "^0.5"
TranscodingStreams = "^0.9.3"
julia = "1.8"
Expand Down

0 comments on commit b75f57f

Please sign in to comment.