Skip to content

Commit 0824413

Browse files
KristofferCKristofferC
andauthored
move to supporting 1.10+ (#230)
Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
1 parent da392df commit 0824413

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/Benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- x64
2323
steps:
2424
- uses: actions/checkout@v2
25-
- uses: julia-actions/setup-julia@v1
25+
- uses: julia-actions/setup-julia@v2
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18+
- 'lts'
1819
- '1'
1920
- 'nightly'
2021
os:
@@ -25,7 +26,7 @@ jobs:
2526
- x64
2627
steps:
2728
- uses: actions/checkout@v2
28-
- uses: julia-actions/setup-julia@v1
29+
- uses: julia-actions/setup-julia@v2
2930
with:
3031
version: ${{ matrix.version }}
3132
arch: ${{ matrix.arch }}

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CellListMap = "0.9.14"
1111
Distances = "0.10.12"
1212
StableRNGs = "1.0.4"
1313
StaticArrays = "0.9, 0.10, 0.11, 0.12, 1.0"
14-
julia = "1.6"
14+
julia = "1.10"
1515

1616
[extras]
1717
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"

0 commit comments

Comments
 (0)