Skip to content

Commit ef9ac14

Browse files
update ci
1 parent faaf94d commit ef9ac14

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,15 @@ env:
66
JULIA_NUM_THREADS: 4
77
jobs:
88
test:
9-
name: Julia ${{ matrix.version }} - ${{ matrix.group }} - ${{ matrix.arch }} - ${{ github.event_name }}
9+
name: Julia ${{ matrix.version }} - ${{ matrix.arch }} - ${{ github.event_name }}
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
group:
15-
- Core
16-
- Definitions
1714
version:
1815
- '1.9'
1916
- '1.10'
17+
- '1'
2018
os:
2119
- ubuntu-latest
2220
arch:
@@ -27,7 +25,6 @@ jobs:
2725
with:
2826
version: ${{ matrix.version }}
2927
arch: ${{ matrix.arch }}
30-
group: ${{ matrix.group }}
3128
include-all-prereleases: true
3229
- uses: actions/cache@v3
3330
env:
@@ -42,7 +39,9 @@ jobs:
4239
- uses: julia-actions/julia-buildpkg@latest
4340
- uses: julia-actions/julia-runtest@latest
4441
- uses: julia-actions/julia-processcoverage@v1
45-
- uses: codecov/codecov-action@v3
42+
- uses: codecov/codecov-action@v4
43+
env:
44+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4645
with:
4746
file: lcov.info
4847
docs:

0 commit comments

Comments
 (0)