mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
set bash 4.4 as minimum
This commit is contained in:
parent
f4123add44
commit
04d6770ea7
3 changed files with 32 additions and 17 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
os: [ ubuntu-latest ]
|
||||
# FIXME macos garbage currently collect also nix-shell that runs the test
|
||||
#os: [ ubuntu-latest, macos-latest ]
|
||||
nix: [ stable, unstable ]
|
||||
variants: [ stable, unstable, bash4 ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
- run:
|
||||
"nix run --accept-flake-config .#test-runner-${{ matrix.nix }}"
|
||||
"nix run --accept-flake-config .#test-runner-${{ matrix.variants }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue