We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b90e7 commit 1f6296cCopy full SHA for 1f6296c
.github/workflows/blackfire.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up PHP
14
uses: shivammathur/setup-php@v2
15
with:
16
- php-version: 7.4
+ php-version: 8.4
17
coverage: none
18
19
- name: Checkout code
@@ -26,7 +26,7 @@ jobs:
26
id: fetch_version
27
run: |
28
cd layers/blackfire;
29
- for VERSION in 80 81 82; do
+ for VERSION in 80 81 82 83 84; do
30
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%.$%%);
31
php ./store.php $VERSION $BF_AGENT_VERSION;
32
done
0 commit comments