diff --git a/.github/workflows/test-linux-mac.yml b/.github/workflows/test-linux-mac.yml index 07e135a..0f47dba 100644 --- a/.github/workflows/test-linux-mac.yml +++ b/.github/workflows/test-linux-mac.yml @@ -16,7 +16,7 @@ jobs: matrix: version: - '1.6' - - '1.8' + - '1.10' - 'nightly' os: - ubuntu-latest diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index ae52acc..4628129 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -16,8 +16,7 @@ jobs: matrix: version: - '1.6' - - '1.7' - - '1.8' # Disabled until https://github.com/JuliaLang/julia/pull/44842 is backported + - '1.10' - 'nightly' os: - windows-latest