Unverified Commit 6c9a72cd authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #311776 from teutat3s/garage-fix-assertion

nixosTests.garage: run tests for garage_1_x
parents 3f1b4523 948c5506
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,4 +51,5 @@ in
  [
    "0_8"
    "0_9"
    "1_x"
  ]
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ rec {
  # Until Garage hits 1.0, 0.7.3 is equivalent to 7.3.0 for now, therefore
  # we have to keep all the numbers in the version to handle major/minor/patch level.
  # for <1.0.
  # Please add new versions to nixos/tests/garage/default.nix as well.

  garage_0_8_7 = generic {
    version = "0.8.7";