Skip to content

Bump the all-deps group across 1 directory with 4 updates #139

Bump the all-deps group across 1 directory with 4 updates

Bump the all-deps group across 1 directory with 4 updates #139

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.9'
- '1.6'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834
- uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c
- uses: julia-actions/julia-runtest@1e03e0122a598a569004c1e26950e2547b350ec0
env:
DATADEPS_ALWAYS_ACCEPT: true # bypass confirmation before downloading data (needed for CI)