drop bash4 from ci

We are no longer able to compile bash4. Ideally we could upgrade to
bash5.0 but I also had issues to compile it. I do not want to drop bash5.0 just now because it
was released in 2019 and probably enough people are still using it.
Until we have a better solution, we no longer test this bash version and
support for this version becomes best effort.
For the most part we are not using many features and the code churn
these days is relative low.
This commit is contained in:
Jörg Thalheim 2025-05-09 13:41:38 +02:00
parent 38d1fdd077
commit edb55954a8
6 changed files with 11 additions and 73 deletions

View file

@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest]
# FIXME macos garbage currently collect also nix-shell that runs the test
#os: [ ubuntu-latest, macos-latest ]
variants: [stable, latest, bash4]
variants: [stable, latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4