From 7d91ac27d4e6a597f03a136ca811d8a1a8342015 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 6 Jan 2021 09:23:07 -0600 Subject: [PATCH] Test package on multiple Julia versions --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c22ae59..e7eab4f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: CI +name: Build & Test on: - push - pull_request @@ -8,8 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - version: - - '1.3' + version: ['1.3', '1.4', '1.5', 'nightly'] os: - ubuntu-latest arch: @@ -20,5 +19,5 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/julia-buildpkg@latest - - uses: julia-actions/julia-runtest@latest + - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia-runtest@v1