Skip to content

Commit

Permalink
add more test platforms (#28)
Browse files Browse the repository at this point in the history
including Julia 1.3
  • Loading branch information
johnnychen94 authored Apr 29, 2021
1 parent 2b3abbf commit 28c6a9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
julia-version: ['1']
julia-version: ['1.3', '1', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
exclude:
- os: macOS-latest
include:
- os: ubuntu-latest
julia-version: '1'
julia-arch: x86

steps:
Expand Down

0 comments on commit 28c6a9d

Please sign in to comment.