mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-02 05:08:42 -07:00
fix(ci): pin fedora:39 for dnf4, fix test paths for debian/alpine
- Fedora 40+ ships dnf5 (not 41 as assumed) — pin to 39 - Debian container: /usr/bin/bash doesn't exist, use /usr/bin/dpkg - Alpine: use busybox for LatestVersion test (always available)
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
fedora:
|
||||
name: Fedora (dnf)
|
||||
runs-on: ubuntu-latest
|
||||
container: fedora:41 # pin to dnf4; dnf5 (fedora 42+) has different output format
|
||||
container: fedora:39 # last release with dnf4; dnf5 (fedora 40+) needs separate parser
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
||||
Reference in New Issue
Block a user