Skip to content

Commit

Permalink
Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 14, 2020
1 parent 957a549 commit 4fe8192
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest"]
julia-version: ['1.5', '1.4', '1.3', '1.2', '1.1', '1.0', 'nightly']
include:
- os: windows-latest
julia-version: 1
- os: windows-latest
julia-version: '1.0'
fail-fast: false
name: Test Julia ${{ matrix.julia-version }}
name: Test Julia ${{ matrix.julia-version }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup julia
Expand Down

0 comments on commit 4fe8192

Please sign in to comment.