Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Nov 9, 2024
1 parent 88441b4 commit fdb75a1
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 @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.5'
- '1.10'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dev/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ t = Template(;
dir = pwd(),
user = "ohno",
authors = ["Shuhei Ohno"],
julia = v"1",
julia = v"1.5.0",
plugins = [
ProjectFile(; version = v"0.0.1"),
License(; name = "MIT"),
Expand Down

0 comments on commit fdb75a1

Please sign in to comment.