From 8f05a713d64725003f7b0058264563712d428bd5 Mon Sep 17 00:00:00 2001 From: Mike Landau Date: Sun, 16 Aug 2026 12:05:47 -0700 Subject: [PATCH] ci: test against Nix 2.35.2 Adds 2.35.2 to the `test-nix-versions` matrix so the install/run/remove sanity check covers the latest Nix release alongside 2.18.0 - 2.30.2. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/cli-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-tests.yaml b/.github/workflows/cli-tests.yaml index b25139d02a5..20786d96ea9 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -320,7 +320,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - nix-version: [2.18.0, 2.19.2, 2.24.7, 2.30.2] + nix-version: [2.18.0, 2.19.2, 2.24.7, 2.30.2, 2.35.2] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v7