Skip to content

Commit bf7c3c6

Browse files
authored
remove julia 1.0 from CI test matrix (#4)
1 parent 3a697c9 commit bf7c3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
version: ['1.0', '1', 'nightly']
20+
version: ['1', 'nightly']
2121
arch: [x64]
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
steps:

0 commit comments

Comments
 (0)