Skip to content

Commit c8a053c

Browse files
Merge pull request #551 from JuliaSIMD/ChrisRackauckas-patch-2
Setup master tests for latest LTS
2 parents 675b7b9 + 641e31e commit c8a053c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- '1.6'
28+
- 'lts'
2929
- '1' # automatically expands to the latest stable 1.x release of Julia.
30-
- '1.11.0-beta1'
30+
- 'pre'
3131
os:
3232
- ubuntu-latest
3333
- macOS-latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
[![LoopVectorization Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/LoopVectorization)](https://pkgs.genieframework.com?packages=LoopVectorization)
1414

15+
1516
## Maintanence
1617
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.
1718
If you would like to see an issue fixed, or support extended to another Julia patch release, please consider:

0 commit comments

Comments
 (0)