We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e35f4e commit 53d85c3Copy full SHA for 53d85c3
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
- tags: '*'
+ tags: "*"
7
pull_request:
8
9
@@ -15,8 +15,8 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '1.3'
19
- - '1.7'
+ - "1.6"
+ - "1"
20
os:
21
- ubuntu-latest
22
- macOS-latest
@@ -54,7 +54,7 @@ jobs:
54
- uses: actions/checkout@v2
55
- uses: julia-actions/setup-julia@v1
56
with:
57
- version: '1.7'
+ version: "1.7"
58
- run: |
59
julia --project=docs -e '
60
using Pkg
Project.toml
@@ -17,7 +17,7 @@ IterTools = "1.3.0"
StaticArrays = "0.12, 1.0"
StructArrays = "0.6"
Tables = "0.2, 1"
-julia = "1.3"
+julia = "1.6"
[extras]
23
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
0 commit comments