We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5da262 commit 6543fbaCopy full SHA for 6543fba
.github/workflows/fitness-functions-release-8.2-zts.yml
@@ -12,7 +12,7 @@ jobs:
12
configured-alpine-is-latest-version:
13
name: "Ensure that Alpine is the latest alpine version"
14
env:
15
- LATEST_ALPINE_RELEASE: "3.18.3"
+ LATEST_ALPINE_RELEASE: "3.18.4"
16
runs-on: ubuntu-latest
17
steps:
18
- name: Execute
@@ -46,4 +46,4 @@ jobs:
46
- phpzts82-pecl-xdebug
47
48
49
- run: "! docker run --rm alpine:3.18.3 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
+ run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
0 commit comments