Skip to content

Commit c88de78

Browse files
committed
ci: update test-nix-versions job
We're testing against really old versions of Nix that nixpkgs no longer supports. Update the job to test againsts newer versions of Nix.
1 parent 2e92837 commit c88de78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ env:
5050
HOMEBREW_NO_INSTALL_CLEANUP: 1
5151
NIX_CONFIG: |
5252
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
53-
53+
5454
jobs:
5555
build-devbox:
5656
strategy:
@@ -96,7 +96,7 @@ jobs:
9696
exit 1
9797
fi
9898
- run: ./result/bin/devbox version
99-
99+
100100
golangci-lint:
101101
strategy:
102102
matrix:
@@ -141,7 +141,7 @@ jobs:
141141
exclude:
142142
# Only runs tests on macos if explicitly requested, or on a schedule
143143
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"
144-
144+
145145

146146
runs-on: ${{ matrix.os }}
147147
timeout-minutes: 60
@@ -238,7 +238,7 @@ jobs:
238238
strategy:
239239
matrix:
240240
os: [ubuntu-latest, macos-13]
241-
nix-version: [2.15.1, 2.16.1, 2.17.0, 2.18.0, 2.19.2, 2.24.7]
241+
nix-version: [2.28.5, 2.29.2, 2.30.3, 2.31.2]
242242
runs-on: ${{ matrix.os }}
243243
steps:
244244
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)