From 3bd2a64b48aed27a888f4885284e42078a17ee18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 24 Oct 2025 14:47:50 +0200 Subject: [PATCH] Add Julia v1.6 to ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 374874027..7a436105a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: fail-fast: false matrix: include: + - version: '1.6' + os: ubuntu-latest + arch: x64 - version: '1' os: ubuntu-latest arch: x64