diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a441e602..18f43e09 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,6 @@ jobs: fail-fast: false matrix: version: - - '1.8' - '1.10' - '^1.11.0-0' os: diff --git a/Project.toml b/Project.toml index b43db6d0..f748f752 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ Reexport = "1.0" RungeKutta = "0.5" SimpleSolvers = "0.3" StaticArrays = "1" -julia = "1.8" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"