Skip to content

Commit

Permalink
ci: update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edouard-lopez committed Jan 27, 2024
1 parent 1cbaa14 commit 3cf88e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
matrix:
version: [
{ fish: 3.3.1, alpine: 3.15 }, # for Ubuntu 22.04 LTS
{ fish: 3.4.1, alpine: 3.16 },
{ fish: 3.5.1, alpine: 3.17 },
{ fish: 3.6.1, alpine: 3.18 },
{ fish: 3.6.3, alpine: 3.19 },
{ fish: 3.7.0, alpine: 'edge' },
# { fish: 3.6.2, alpine: 'edge' },
]
steps:
Expand All @@ -47,8 +46,7 @@ jobs:
strategy:
matrix:
version: [
{ fish: 3.6.1, alpine: 3.18 },
# { fish: 3.6.2, alpine: 'edge' },
{ fish: 3.7.0, alpine: 'edge' }, # https://search.nixos.org/packages?show=fish&type=packages&query=fish
]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3cf88e1

Please sign in to comment.