Skip to content

Commit

Permalink
Merge branch 'nh/gpuExtension' into nh/addBuildkiteSteps
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jul 1, 2024
2 parents 03bd583 + b6ca003 commit d5e2e2b
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
# - 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ JLArrays = "0.1.2"
Reexport = "1.0"
PrecompileTools = "1"
SpecialFunctions = "0.8, 0.10, 1, 2"
julia = "1.6"
julia = "1.9"
#StaticArrays = "1.4"
Ducc0 = "0.1"

Expand Down

0 comments on commit d5e2e2b

Please sign in to comment.