Skip to content

Commit 8d71b02

Browse files
Run CI on 1.9-nightly (#753)
1 parent c8a6594 commit 8d71b02

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'release-*'
1111
tags: '*'
1212
concurrency:
13-
group: ${{ github.head_ref || github.ref_name || github.run_id }}
13+
group: ${{ github.head_ref || github.ref_name || github.run_id }}
1414
cancel-in-progress: true
1515
jobs:
1616
test:
@@ -22,6 +22,7 @@ jobs:
2222
- '1.6'
2323
- '1.7'
2424
- '1.8'
25+
- '1.9-nightly'
2526
- 'nightly'
2627
julia-arch:
2728
- 'x64'

0 commit comments

Comments
 (0)