diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558c8172..88052fb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'pre' - '1' # automatically expands to the latest stable 1.x release of Julia. - - '1.11.0-beta1' + - 'lts' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index bc474cbb..f80934d6 100644 --- a/Project.toml +++ b/Project.toml @@ -57,4 +57,4 @@ StaticArrayInterface = "1" ThreadingUtilities = "0.5" UnPack = "1" VectorizationBase = "0.21.67" -julia = "1.6" +julia = "1.10"