Skip to content

Commit b5da262

Browse files
authored
3.18.4
1 parent d2233e5 commit b5da262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
configured-alpine-is-latest-version:
1313
name: "Ensure that Alpine 3.18 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
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Execute
2727
run: >
28-
! docker run --rm alpine:3.18.3 sh -c 'apk -U add php82 && php -v'
28+
! docker run --rm alpine:3.18.4 sh -c 'apk -U add php82 && php -v'
2929
3030
packages-not-available-on-alpine-for-release-8-2:
3131
name: Package not available on alpine for php 8.2 in community, yet
@@ -37,4 +37,4 @@ jobs:
3737
- php82-pecl-pcov
3838
steps:
3939
- name: Execute
40-
run: "! docker run --rm alpine:3.18.3 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
40+
run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 commit comments

Comments
 (0)