Skip to content

Commit 6543fba

Browse files
authored
3.18.4
1 parent b5da262 commit 6543fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fitness-functions-release-8.2-zts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
configured-alpine-is-latest-version:
1313
name: "Ensure that Alpine is the latest alpine version"
1414
env:
15-
LATEST_ALPINE_RELEASE: "3.18.3"
15+
LATEST_ALPINE_RELEASE: "3.18.4"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Execute
@@ -46,4 +46,4 @@ jobs:
4646
- phpzts82-pecl-xdebug
4747
steps:
4848
- name: Execute
49-
run: "! docker run --rm alpine:3.18.3 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
49+
run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 commit comments

Comments
 (0)