try julia 1.3

This commit is contained in:
Daniel Schwabeneder 2020-06-27 12:14:49 +02:00
parent 2f8e27ab01
commit d14fac5d1e

View File

@ -14,33 +14,34 @@ jobs:
env:
GKS_ENCODING: "utf8"
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }} - ${{ matrix.arch}}
name: Julia ${{ matrix.julia_version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow-failure }}
strategy:
fail-fast: false
matrix:
julia_version:
- 'nightly'
- '1'
- '1.2'
- '1.3'
- '1'
- 'nightly'
os:
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- x64
- x86
# - x86
allow-failure: [false]
include:
- version: 'nightly'
os: ubuntu-latest
arch: x64
allow-failure: true
- version: 'nightly'
os: ubuntu-latest
arch: x86
allow-failure: true
# - version: 'nightly'
# os: ubuntu-latest
# arch: x86
# allow-failure: true
- version: 'nightly'
os: macOS-latest
arch: x64
@ -49,13 +50,13 @@ jobs:
os: windows-latest
arch: x64
allow-failure: true
- version: 'nightly'
os: windows-latest
arch: x86
allow-failure: true
exclude:
- os: macOS-latest
arch: x86
# - version: 'nightly'
# os: windows-latest
# arch: x86
# allow-failure: true
# exclude:
# - os: macOS-latest
# arch: x86
steps:
# Setup environment