Skip to content

Commit

Permalink
Require Julia v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Aug 31, 2024
1 parent f85e847 commit 1d83294
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 @@ -25,9 +25,9 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.10'
- '1'
- 'nightly'
- 'pre'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Tables = "0.2, 1.0"
TypedTables = "1.4"
UUIDs = "1"
Unitful = "1"
julia = "1.9"
julia = "1.10"

[extras]
LegendHDF5IO = "c9265ca6-b027-5446-b1a4-febfa8dd10b0"

0 comments on commit 1d83294

Please sign in to comment.