From 8bda95b0adeb97b6a2d064a0a3646905c7e327fe Mon Sep 17 00:00:00 2001 From: Spencer Wyant <17836774+swyant@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:47:54 -0500 Subject: [PATCH] update Julia version to 1.10, update CI correspondingly --- .github/workflows/CI.yml | 4 +--- Project.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 34ba84f..4717143 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/Project.toml b/Project.toml index eab7a96..cbda28f 100644 --- a/Project.toml +++ b/Project.toml @@ -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"