Skip to content

Commit

Permalink
Upgrade CI to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Jul 11, 2024
1 parent 6f90c69 commit db80fa2
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 @@ -60,7 +60,7 @@ jobs:
- fedora:40
- fedora:39
- opensuse/leap:15
- alpine:3.19
- alpine:3.20

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 @@ -187,7 +187,7 @@ elif [ "${CONTAINER_FULLNAME}" = "opensuse/leap:15" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""

elif [ "${CONTAINER_FULLNAME}" = "alpine:3.19" ]; then
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.20" ]; 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 db80fa2

Please sign in to comment.