Skip to content

Commit 7e9d734

Browse files
committed
[nix] Test devbox on latest nix
1 parent 026caab commit 7e9d734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# 1. the oldest supported nix version (which is 2.9.0? But determinate-systems installer has 2.12.0)
133133
# 2. nix 2.19.2: version before nix profile changes
134134
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
135-
nix-version: ["2.12.0", "2.19.2", "2.20.1"]
135+
nix-version: ["2.12.0", "2.19.2", "2.30.2"]
136136
exclude:
137137
# Only runs tests on macos if explicitly requested, or on a schedule
138138
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"

0 commit comments

Comments
 (0)