We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a6594 commit 8d71b02Copy full SHA for 8d71b02
1 file changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
10
- 'release-*'
11
tags: '*'
12
concurrency:
13
- group: ${{ github.head_ref || github.ref_name || github.run_id }}
+ group: ${{ github.head_ref || github.ref_name || github.run_id }}
14
cancel-in-progress: true
15
jobs:
16
test:
@@ -22,6 +22,7 @@ jobs:
22
- '1.6'
23
- '1.7'
24
- '1.8'
25
+ - '1.9-nightly'
26
- 'nightly'
27
julia-arch:
28
- 'x64'
0 commit comments