Skip to content

Commit

Permalink
Amqp package for 8.4 is now provided by packages
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 13, 2025
1 parent 43f962b commit cabcd35
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/fitness-functions-release-8.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine 3.21 is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.21.0"
LATEST_ALPINE_RELEASE: "3.21.2"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand All @@ -26,25 +26,3 @@ jobs:
- name: Execute
run: >
! docker run --rm alpine:3.21 sh -c 'apk add -U php84 && php -v'
packages-not-available-on-alpine-for-community-release-8-4:
name: Package not available on alpine for php 8.4 in community, yet
runs-on: ubuntu-latest
strategy:
matrix:
package:
- php84-pecl-amqp
steps:
- name: Execute
run: "! docker run --rm alpine:3.21 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

packages-not-available-on-alpine-testing-for-release-8-4:
name: Package not available on alpine 3.21 for php 8.4, yet
runs-on: ubuntu-latest
strategy:
matrix:
package:
- php84-pecl-amqp
steps:
- name: Execute
run: "! docker run --rm alpine:3.21 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 comments on commit cabcd35

Please sign in to comment.