Skip to content

Commit 4bdd887

Browse files
committed
drop 1.5
1 parent 68a9f70 commit 4bdd887

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- '1.5'
28+
- '1.6'
2929
- '1' # automatically expands to the latest stable 1.x release of Julia.
3030
os:
3131
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Static = "0.3.3, 0.4, 0.6"
4747
ThreadingUtilities = "0.5"
4848
UnPack = "1"
4949
VectorizationBase = "0.21.21"
50-
julia = "1.5"
50+
julia = "1.6"

0 commit comments

Comments
 (0)