We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20c26a commit 9590ceeCopy full SHA for 9590cee
.github/workflows/benchmark.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Install PHP"
27
uses: shivammathur/setup-php@v2
28
with:
29
- php-version: "8.3"
+ php-version: "8.4"
30
extensions: opcache, ${{ env.PHP_EXTENSIONS }}
31
ini-values: ${{ env.PHP_INI_VALUES }}
32
coverage: none
0 commit comments