From c5735c579dd593c52f0754766ad5e4cf7891410a Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Thu, 11 Apr 2024 21:07:42 +0100 Subject: [PATCH] ci: add 1.11 to testing --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a075d20..937f66c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,6 +24,10 @@ jobs: - ubuntu-latest arch: - x64 + include: + - version: '~1.11.0-0' + os: ubuntu-latest + arch: x64 steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1