branch: elpa/bash-completion
commit 1cd5a30b3553088d452e6a897ed12af11a712950
Author: Stephane Zermatten <szerm...@gmx.net>
Commit: Stephane Zermatten <szerm...@gmx.net>

    chore: Revert "Add test-bash-5_0 using nix"
    
    This reverts commit 2d9bf9607d4bf1846042cea4807c7d5e5e23e4b6.
    
    It still doesn't work.
---
 .github/workflows/test.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index b95d843c20..c7b971d566 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,28 +37,3 @@ jobs:
     - name: Test the project
       run: 'eldev -p -dtT test'
 
-  test-bash-5_0:
-    runs-on: ubuntu-latest
-    strategy:
-      matrix:
-        emacs_version:
-          - '29.1'
-
-    steps:
-    - name: Install Nix and set up Emacs
-      uses: jcs090218/setup-emacs@master
-      with:
-        version: ${{matrix.emacs_version}}
-
-    - name: Install Bash 5.0
-      run: 'nix profile install 
nixpkgs/3b05df1d13c1b315cecc610a2f3180f6669442f0#bash_5'
-
-    - name: Install Eldev
-      uses: emacs-eldev/setup-eldev@v1
-
-    - name: Check out the source code
-      uses: actions/checkout@v4
-
-    - name: Test the project
-      run: 'bash --version; eldev -p -dtT test'
-

Reply via email to