Skip to content

Commit 0e3e27c

Browse files
committed
:octocat: PHP 8.5
1 parent 9590cee commit 0e3e27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121
- name: "Checkout sources"
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
ref: main
2525

2626
- name: "Install PHP"
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: "8.4"
29+
php-version: "8.5"
3030
extensions: opcache, ${{ env.PHP_EXTENSIONS }}
3131
ini-values: ${{ env.PHP_INI_VALUES }}
3232
coverage: none

0 commit comments

Comments
 (0)