Skip to content

Commit 42b81a7

Browse files
Update CI.yml
1 parent fd4c2d4 commit 42b81a7

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
@@ -9,11 +9,16 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
group:
15+
- Core
16+
version:
17+
- '1'
18+
- '1.6'
1219
steps:
1320
- uses: actions/checkout@v2
1421
- uses: julia-actions/setup-julia@v1
15-
with:
16-
version: 1
1722
- uses: actions/cache@v1
1823
env:
1924
cache-name: cache-artifacts

0 commit comments

Comments
 (0)