set bash 4.4 as minimum

This commit is contained in:
Jörg Thalheim 2023-12-20 08:19:19 +01:00
parent f4123add44
commit 04d6770ea7
3 changed files with 32 additions and 17 deletions

View file

@ -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 }}"