Skip to content

Commit

Permalink
Bump Julia (#84)
Browse files Browse the repository at this point in the history
* bump julia compat

* add 1.10 to CI

* remove JustPIC from Project.toml
  • Loading branch information
albert-de-montserrat authored Dec 28, 2023
1 parent 6cde5ee commit 973d613
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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:
matrix:
version:
- '1.9'
# - '1.10'
- '1.10'
# - 'nightly'
os:
- ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[compat]
Adapt = "3.7.2"
AMDGPU = "0.6, 0.7, 0.8"
Adapt = "3.7.2"
CUDA = "4.4.1, 5"
CellArrays = "0.1 "
GeoParams = "0.5"
HDF5 = "0.17.1"
ImplicitGlobalGrid = "0.14.0"
MPI = "0.20"
ParallelStencil = "0.9.0, 0.10.0"
MuladdMacro = "0.2"
ParallelStencil = "0.9, 0.10"
Reexport = "1.2.2"
StaticArrays = "1.6.5"
Statistics = "1.9"
StaticArrays = "1"
Statistics = "1"
WriteVTK = "1.18"
MuladdMacro = "0.2"
julia = "1.9"
julia = "1.9, 1.10"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"

0 comments on commit 973d613

Please sign in to comment.