Skip to content

Commit b0eb301

Browse files
Update ci.yml
1 parent 47291df commit b0eb301

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ on:
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
group:
11+
- Core
12+
version:
13+
- '1'
14+
- '1.6'
815
steps:
916
- uses: actions/checkout@v2
1017
- uses: julia-actions/setup-julia@v1
11-
with:
12-
version: 1
1318
- uses: actions/cache@v1
1419
env:
1520
cache-name: cache-artifacts

0 commit comments

Comments
 (0)