Skip to content

Commit 86fb8e8

Browse files
authored
Removed grpc/pcov from fitness functions for php 8.2
1 parent 9b65b40 commit 86fb8e8

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

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

+3-23
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,11 @@ on:
1010

1111
jobs:
1212
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"
1414
env:
15-
LATEST_ALPINE_RELEASE: "3.18.5"
15+
LATEST_ALPINE_RELEASE: "3.19.0"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Execute
1919
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

0 commit comments

Comments
 (0)