Skip to content

Commit 2f994c6

Browse files
committed
change version
1 parent 9bf03cd commit 2f994c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.0'
21+
- '1.6'
2222
- '1.9'
2323
- 'nightly'
2424
os:
@@ -34,3 +34,8 @@ jobs:
3434
- uses: julia-actions/cache@v1
3535
- uses: julia-actions/julia-buildpkg@v1
3636
- uses: julia-actions/julia-runtest@v1
37+
38+
- name: Upload coverage reports to Codecov
39+
uses: codecov/codecov-action@v3
40+
env:
41+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)