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 9590cee commit 0e3e27cCopy full SHA for 0e3e27c
1 file changed
.github/workflows/benchmark.yml
@@ -19,14 +19,14 @@ jobs:
19
20
steps:
21
- name: "Checkout sources"
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
ref: main
25
26
- name: "Install PHP"
27
uses: shivammathur/setup-php@v2
28
29
- php-version: "8.4"
+ php-version: "8.5"
30
extensions: opcache, ${{ env.PHP_EXTENSIONS }}
31
ini-values: ${{ env.PHP_INI_VALUES }}
32
coverage: none
0 commit comments