Skip to content

Commit

Permalink
Merge 4fe8192 into 1f61fac
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Sep 14, 2020
2 parents 1f61fac + 4fe8192 commit e1d0edc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ on:

jobs:
test:
runs-on: ubuntu-latest
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 e1d0edc

Please sign in to comment.