Skip to content

Commit

Permalink
Drop KernelAbstractions's version (#236)
Browse files Browse the repository at this point in the history
* drop support from Julia 1.6
  • Loading branch information
frapac authored and michel2323 committed May 10, 2022
1 parent 583e1c2 commit 84cb863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.6', '1.7']
julia-version: ['1.7']
julia-arch: [x64]

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
julia-version: ['1.6', '1.7']
julia-version: ['1.7']
julia-arch: [x64]

steps:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"

[compat]
CUDA = "3.4"
CUDAKernels = "0.3.3"
CUDAKernels = "0.4"
FiniteDiff = "2.7"
ForwardDiff = "0.10"
KernelAbstractions = "0.7"
KernelAbstractions = "0.8"
Krylov = "~0.7.3"
LightGraphs = "1.3"
Metis = "1"
Expand Down

0 comments on commit 84cb863

Please sign in to comment.