File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
configured-alpine-is-latest-version :
13
13
name : " Ensure that Alpine 3.18 is the latest alpine version"
14
14
env :
15
- LATEST_ALPINE_RELEASE : " 3.18.3 "
15
+ LATEST_ALPINE_RELEASE : " 3.18.4 "
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Execute
25
25
steps :
26
26
- name : Execute
27
27
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'
29
29
30
30
packages-not-available-on-alpine-for-release-8-2 :
31
31
name : Package not available on alpine for php 8.2 in community, yet
37
37
- php82-pecl-pcov
38
38
steps :
39
39
- 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 }}"
You can’t perform that action at this time.
0 commit comments