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 129fb32 commit c588ae0Copy full SHA for c588ae0
.github/workflows/Downstream.yml
@@ -7,14 +7,14 @@ on:
7
8
jobs:
9
test:
10
- name: ${{ matrix.package.repo }}/${{ matrix.package.group }}
+ name: ${{ matrix.package.repo }}/${{ matrix.package.group }}/${{ matrix.julia-version }}
11
runs-on: ${{ matrix.os }}
12
env:
13
GROUP: ${{ matrix.package.group }}
14
strategy:
15
fail-fast: false
16
matrix:
17
- julia-version: [1]
+ julia-version: [1,1.6]
18
os: [ubuntu-latest]
19
package:
20
- {user: SciML, repo: SciMLBase.jl, group: Core}
0 commit comments