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