From 4f6d9dd18a82f57517b97fb667395c37866bfbcb Mon Sep 17 00:00:00 2001 From: judober <16521254+judober@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:41:44 +0200 Subject: [PATCH] Add 1.10 to CI --- .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 197c693..5ee0d15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ['1.6', '1'] + julia-version: ['1.6', '1.10', '1'] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v4