Skip to content

Commit

Permalink
Upgrade CI to Alpine 3.18 (s3fs-fuse#2332)
Browse files Browse the repository at this point in the history
References s3fs-fuse#2328.
  • Loading branch information
gaul authored Nov 12, 2023
1 parent e2ac9b4 commit 807ec1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- fedora:38
- fedora:37
- opensuse/leap:15
- alpine:3.17
- alpine:3.18

container:
image: ${{ matrix.container }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ elif [ "${CONTAINER_FULLNAME}" = "opensuse/leap:15" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""

elif [ "${CONTAINER_FULLNAME}" = "alpine:3.17" ]; then
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.18" ]; then
PACKAGE_MANAGER_BIN="apk"
PACKAGE_UPDATE_OPTIONS="update --no-progress"
PACKAGE_INSTALL_OPTIONS="add --no-progress --no-cache"
Expand Down

0 comments on commit 807ec1f

Please sign in to comment.