forked from DGNum/colmena
.github: Add 2.7.0pre to matrix
This commit is contained in:
parent
e3c0686c67
commit
d7b5cfb2ae
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
|||
# url: https://releases.nixos.org/nix/nix-2.5.1/install
|
||||
- name: 2.6.0
|
||||
url: https://releases.nixos.org/nix/nix-2.6.0/install
|
||||
#- name: 2.7.0pre
|
||||
# url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.7.0pre20220127_558c4ee/install
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
|
@ -61,6 +63,8 @@ jobs:
|
|||
url: https://releases.nixos.org/nix/nix-2.5.1/install
|
||||
- name: 2.6.0
|
||||
url: https://releases.nixos.org/nix/nix-2.6.0/install
|
||||
- name: 2.7.0pre
|
||||
url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.7.0pre20220127_558c4ee/install
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
|
|
Loading…
Reference in a new issue