Skip to content

Bump compat for mlj tuning to 0.8 (#106) #217

Bump compat for mlj tuning to 0.8 (#106)

Bump compat for mlj tuning to 0.8 (#106) #217

Workflow file for this run

name: build
on:
pull_request:
branches: ['master']
push:
branches: ['master']
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
version:
- '1.0'
- '1.1'
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1.6'
- '1.7'
- '1.8'
os:
# - macos-latest
- ubuntu-latest
# - windows-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-runtest@latest