From 9436ebb871a0143c2793df30b5c2d39e9916ea5d Mon Sep 17 00:00:00 2001 From: Johannes Terblanche <6612981+Affie@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:00:16 +0200 Subject: [PATCH] Update ci to test julia 1.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d8caf0..5250c3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: version: - '1.6' - - '1.7' + - '1.8' - 'nightly' os: - ubuntu-latest