Skip to content

Commit 53d85c3

Browse files
committed
Upgrade Julia to 1.6
1 parent 3e35f4e commit 53d85c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- master
6-
tags: '*'
6+
tags: "*"
77
pull_request:
88
branches:
99
- master
@@ -15,8 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.3'
19-
- '1.7'
18+
- "1.6"
19+
- "1"
2020
os:
2121
- ubuntu-latest
2222
- macOS-latest
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v2
5555
- uses: julia-actions/setup-julia@v1
5656
with:
57-
version: '1.7'
57+
version: "1.7"
5858
- run: |
5959
julia --project=docs -e '
6060
using Pkg

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IterTools = "1.3.0"
1717
StaticArrays = "0.12, 1.0"
1818
StructArrays = "0.6"
1919
Tables = "0.2, 1"
20-
julia = "1.3"
20+
julia = "1.6"
2121

2222
[extras]
2323
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

0 commit comments

Comments
 (0)