Skip to content

Commit f2920fd

Browse files
authored
[nix] Test devbox on latest nix (#2670)
## Summary ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 4be11f7 commit f2920fd

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
@@ -135,7 +135,7 @@ jobs:
135135
# 1. the oldest supported nix version (which is 2.9.0? But determinate-systems installer has 2.12.0)
136136
# 2. nix 2.19.2: version before nix profile changes
137137
# 2. latest nix version (note, 2.20.1 introduced a new profile change)
138-
nix-version: ["2.12.0", "2.19.2", "2.20.1"]
138+
nix-version: ["2.12.0", "2.19.2", "2.30.2"]
139139
exclude:
140140
# Only runs tests on macos if explicitly requested, or on a schedule
141141
- os: "${{ (inputs.run-mac-tests || github.event.schedule != '') && 'dummy' || 'macos-13' }}"

0 commit comments

Comments
 (0)