Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 678bd2b

Browse files
authored
Merge pull request #27 from yuehhua/ci
Add julia version upper bound for CI
2 parents ad6b55e + b240782 commit 678bd2b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/CI.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ env:
44
on:
55
- push
66
- pull_request
7+
8+
defaults:
9+
run:
10+
shell: bash
11+
712
jobs:
813
test:
914
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -13,9 +18,11 @@ jobs:
1318
matrix:
1419
version:
1520
- '1.6'
21+
- '1'
22+
- 'nightly'
1623
os:
1724
- ubuntu-latest
18-
# - windows-latest
25+
- windows-latest
1926
arch:
2027
- x64
2128
steps:

0 commit comments

Comments
 (0)