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

Commit 90b6795

Browse files
committed
add julia version upper bound for CI
1 parent ad6b55e commit 90b6795

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CI.yml

+7-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,10 @@ jobs:
1318
matrix:
1419
version:
1520
- '1.6'
21+
- '1'
22+
- 'nightly'
1623
os:
1724
- ubuntu-latest
18-
# - windows-latest
1925
arch:
2026
- x64
2127
steps:

0 commit comments

Comments
 (0)