Skip to content

Commit 2d9bf96

Browse files
committed
chore: Add test-bash-5_0 using nix
1 parent e5f3ee1 commit 2d9bf96

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/test.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,28 @@ jobs:
3737
- name: Test the project
3838
run: 'eldev -p -dtT test'
3939

40+
test-bash-5_0:
41+
runs-on: ubuntu-latest
42+
strategy:
43+
matrix:
44+
emacs_version:
45+
- '29.1'
46+
47+
steps:
48+
- name: Install Nix and set up Emacs
49+
uses: jcs090218/setup-emacs@master
50+
with:
51+
version: ${{matrix.emacs_version}}
52+
53+
- name: Install Bash 5.0
54+
run: 'nix profile install nixpkgs/3b05df1d13c1b315cecc610a2f3180f6669442f0#bash_5'
55+
56+
- name: Install Eldev
57+
uses: emacs-eldev/setup-eldev@v1
58+
59+
- name: Check out the source code
60+
uses: actions/checkout@v4
61+
62+
- name: Test the project
63+
run: 'bash --version; eldev -p -dtT test'
64+

0 commit comments

Comments
 (0)