File tree 1 file changed +3
-23
lines changed
1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
configured-alpine-is-latest-version :
13
- name : " Ensure that Alpine 3.18 is the latest alpine version"
13
+ name : " Ensure that Alpine 3.19 is the latest alpine version"
14
14
env :
15
- LATEST_ALPINE_RELEASE : " 3.18.5 "
15
+ LATEST_ALPINE_RELEASE : " 3.19.0 "
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Execute
19
19
run : >
20
- docker run --pull always --rm alpine:3.18 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
21
-
22
- php82-is-not-the-default-php-on-edge :
23
- name : " We need to symlink php82 until php 8.2 is the default php"
24
- runs-on : ubuntu-latest
25
- steps :
26
- - name : Execute
27
- run : >
28
- ! docker run --pull always --rm alpine:3.18 sh -c 'apk -U add php82 && php -v'
29
-
30
- packages-not-available-on-alpine-for-release-8-2 :
31
- name : Package not available on alpine for php 8.2 in community, yet
32
- runs-on : ubuntu-latest
33
- strategy :
34
- matrix :
35
- package :
36
- - php82-pecl-grpc
37
- - php82-pecl-pcov
38
- steps :
39
- - name : Execute
40
- run : " ! docker run --pull always --rm alpine:3.18 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
20
+ docker run --pull always --rm alpine:3.19 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
You can’t perform that action at this time.
0 commit comments