Skip to content

Commit 5226d6d

Browse files
committed
CI 1.6.7 --> lts
1 parent fa19043 commit 5226d6d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/CI.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
version:
15-
- '1.6.7' # LTS
15+
- 'lts' # LTS
1616
- '1' # automatically expands to the latest stable 1.x release of Julia
1717
os:
1818
- ubuntu-latest
@@ -46,13 +46,3 @@ jobs:
4646
- uses: codecov/codecov-action@v1
4747
with:
4848
file: lcov.info
49-
# docs:
50-
# name: Documentation
51-
# runs-on: ubuntu-latest
52-
# steps:
53-
# - uses: actions/checkout@v2
54-
# - uses: julia-actions/julia-buildpkg@latest
55-
# - uses: julia-actions/julia-docdeploy@latest
56-
# env:
57-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)