From b8dfeb180b24b1c7f58069bbecdb1e18faa04494 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 09:34:46 -0400 Subject: [PATCH 1/2] test master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20edcb7d..0a45c502 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ [![LoopVectorization Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/LoopVectorization)](https://pkgs.genieframework.com?packages=LoopVectorization) + ## Maintanence The plan is for `LoopVectorization.jl` to be maintained through the [SciML Small Grants](https://sciml.ai/small_grants/#update_loopvectorization_to_support_changes_in_julia_v112_200) program. If you would like to see an issue fixed, or support extended to another Julia patch release, please consider: From 641e31e8c910f8b857ba3f408a91b2feb3622e06 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 7 Aug 2025 10:07:35 -0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 558c8172..3657b790 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: fail-fast: false matrix: version: - - '1.6' + - 'lts' - '1' # automatically expands to the latest stable 1.x release of Julia. - - '1.11.0-beta1' + - 'pre' os: - ubuntu-latest - macOS-latest