From ba187d67b9c5ebadd95438d975072f36214fac64 Mon Sep 17 00:00:00 2001 From: Mike Landau Date: Wed, 20 Sep 2023 09:41:35 -0700 Subject: [PATCH] [cicd] Test nix 2.18 --- .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 43f62587fc9..431fc6a0e04 100644 --- a/.github/workflows/cli-tests.yaml +++ b/.github/workflows/cli-tests.yaml @@ -178,7 +178,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - nix-version: [2.15.1, 2.16.1, 2.17.0] + nix-version: [2.15.1, 2.16.1, 2.17.0, 2.18.0] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3