mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-11-26 03:08:10 +03:00
Update expected versions
This commit is contained in:
parent
6b0b02c6a2
commit
8d9c69de11
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -218,8 +218,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
versions:
|
||||
- { nix-installer: "0.12.0", nix: "2.20.0" }
|
||||
- { nix-installer: "0.14.0", nix: "2.20.0" }
|
||||
- { nix-installer: "0.12.0", nix: "2.18.0" }
|
||||
- { nix-installer: "0.14.0", nix: "2.18.1" }
|
||||
- { nix-installer: "0.18.0", nix: "2.20.0" }
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -234,4 +234,6 @@ jobs:
|
||||
if [ "${NIX_VERSION_OUTPUT}" != "${EXPECTED_OUTPUT}" ]; then
|
||||
echo "Nix version ${NIX_VERSION} didn't match expected version ${{ matrix.versions.nix }}"
|
||||
exit 1
|
||||
else
|
||||
echo "Success! Nix version ${NIX_VERSION} installed as expected"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user