Skip to content

Commit 1d8b391

Browse files
authored
Add fish shell version 4 to test workflow
1 parent 2f95c94 commit 1d8b391

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ on:
1515

1616
jobs:
1717
run_tests:
18-
name: Run tests
18+
name: Run tests (Fish ${{ matrix.fish-version }})
1919
runs-on: ubuntu-latest
20+
strategy:
21+
matrix:
22+
fish-version: [3, 4]
2023
steps:
2124
- name: Checkout repository
2225
uses: actions/checkout@v4
@@ -25,7 +28,7 @@ jobs:
2528

2629
- name: Install Fish
2730
run: |
28-
sudo apt-add-repository -yn ppa:fish-shell/release-3
31+
sudo apt-add-repository -yn ppa:fish-shell/release-${{ matrix.fish-version }}
2932
sudo apt-get update
3033
sudo apt-get install -y fish
3134

0 commit comments

Comments
 (0)