Skip to content

Commit 1f6296c

Browse files
committed
Update Blackfire action to PHP 8.4
1 parent e0b90e7 commit 1f6296c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blackfire.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 7.4
16+
php-version: 8.4
1717
coverage: none
1818

1919
- name: Checkout code
@@ -26,7 +26,7 @@ jobs:
2626
id: fetch_version
2727
run: |
2828
cd layers/blackfire;
29-
for VERSION in 80 81 82; do
29+
for VERSION in 80 81 82 83 84; do
3030
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%.$%%);
3131
php ./store.php $VERSION $BF_AGENT_VERSION;
3232
done

0 commit comments

Comments
 (0)