Skip to content

Commit 2d5de77

Browse files
authored
Merge pull request #252 from FluxML/ci
Compact to v1.7
2 parents 16326c2 + 8ab5ab5 commit 2d5de77

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- master
99
pull_request:
1010

11+
defaults:
12+
run:
13+
shell: bash
14+
1115
jobs:
1216
test:
1317
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -17,6 +21,7 @@ jobs:
1721
matrix:
1822
version:
1923
- '1.6'
24+
- '1'
2025
- 'nightly'
2126
os:
2227
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NNlib = "0.7"
3333
NNlibCUDA = "0.1"
3434
Reexport = "1.1"
3535
Zygote = "0.6"
36-
julia = "1.6 - 1.7"
36+
julia = "1.6"
3737

3838
[extras]
3939
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

0 commit comments

Comments
 (0)