Skip to content

Commit

Permalink
Adjust fitness functions for php8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Nov 27, 2023
1 parent 769d5ba commit 6563aa0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/fitness-functions-release-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:


jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine 3.18.* is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.18."
runs-on: ubuntu-latest
steps:
- name: Execute
run: >
docker run --rm alpine cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
php83-is-not-the-default-php-on-edge:
name: "We need to symlink php83 until php 8.3 is the default php"
runs-on: ubuntu-latest
Expand All @@ -23,11 +33,9 @@ jobs:
strategy:
matrix:
package:
- php83
- php83-pecl-memcached
- php83-pecl-grpc
- php83-pecl-pcov
- php83-pecl-protobuf
- php83-pecl-imagick
steps:
- name: Execute
run: "! docker run --rm alpine:edge apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 comments on commit 6563aa0

Please sign in to comment.