Skip to content

Commit

Permalink
Update Blackfire action to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mu1f407 committed Dec 25, 2024
1 parent e0b90e7 commit 1f6296c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blackfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.4
coverage: none

- name: Checkout code
Expand All @@ -26,7 +26,7 @@ jobs:
id: fetch_version
run: |
cd layers/blackfire;
for VERSION in 80 81 82; do
for VERSION in 80 81 82 83 84; do
BF_AGENT_VERSION=$(curl -s -o probe -D - https://blackfire.io/api/v1/releases/probe/php/linux/amd64/$VERSION | grep -i 'X-Blackfire-Release-Version: ' | sed "s%X-Blackfire-Release-Version: %%I" | sed s%.$%%);
php ./store.php $VERSION $BF_AGENT_VERSION;
done
Expand Down

0 comments on commit 1f6296c

Please sign in to comment.