Skip to content

Commit

Permalink
update Julia version to 1.10, update CI correspondingly
Browse files Browse the repository at this point in the history
  • Loading branch information
swyant committed Nov 22, 2024
1 parent 92691a2 commit 8bda95b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "1.9"
- "1.10"
- "~1.11.0-0"
- "1.11"
- "nightly"
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CEnum = "0.4, 0.5"
LAMMPS_jll = "2.6.0"
Preferences = "1"
MPI = "0.20"
julia = "1.8"
julia = "1.10"

0 comments on commit 8bda95b

Please sign in to comment.