From c0561001718ecd830d15481265e1165ca70e7b62 Mon Sep 17 00:00:00 2001 From: Johannes Terblanche <6612981+Affie@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:05:30 +0200 Subject: [PATCH] Update CI to test julia v1.8 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8f6ff40..9991040f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: version: - '1.6' - - '1.7' + - '1.8' - 'nightly' os: - ubuntu-latest @@ -82,7 +82,7 @@ jobs: matrix: version: - '1.6' - - '1.7' + - '1.8' os: - ubuntu-latest arch: @@ -161,7 +161,7 @@ jobs: - name: Setup julia uses: julia-actions/setup-julia@v1 with: - version: 1.7 + version: 1.8 arch: x64 - name: Build Docs