Skip to content

Commit 256c9a4

Browse files
authored
[cicd] Test nix 2.18 (#1496)
## Summary TSIA ## How was it tested? CICD
1 parent 2b8c495 commit 256c9a4

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
@@ -178,7 +178,7 @@ jobs:
178178
strategy:
179179
matrix:
180180
os: [ubuntu-latest, macos-latest]
181-
nix-version: [2.15.1, 2.16.1, 2.17.0]
181+
nix-version: [2.15.1, 2.16.1, 2.17.0, 2.18.0]
182182
runs-on: ${{ matrix.os }}
183183
steps:
184184
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)