Skip to content

Commit 239bdce

Browse files
authored
Merge pull request #64 from JuliaComputing/mp/expand-ci
Expand the CI matrix
2 parents 4babdb8 + 408bb43 commit 239bdce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
tags: '*'
7+
tags: ['*']
88
jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -14,9 +14,12 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.6'
17-
- '1.8'
17+
- '1'
18+
- 'nightly'
1819
os:
1920
- ubuntu-latest
21+
- macos-latest
22+
- windows-latest
2023
arch:
2124
- x64
2225
env:

0 commit comments

Comments
 (0)