From 75d600aaeb9460daa1d08bcb49500cb15b96014c Mon Sep 17 00:00:00 2001 From: viktorprogger Date: Sun, 13 Oct 2024 23:01:13 +0500 Subject: [PATCH] Use new PhpBench action version --- .github/workflows/bechmark.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bechmark.yml b/.github/workflows/bechmark.yml index 36190113..91148890 100644 --- a/.github/workflows/bechmark.yml +++ b/.github/workflows/bechmark.yml @@ -25,9 +25,12 @@ name: bechmark jobs: phpbench: - uses: yiisoft/actions/.github/workflows/phpbench.yml@master + uses: yiisoft/actions/.github/workflows/phpbench.yml@phpbench-improvement with: os: >- ['ubuntu-latest', 'windows-latest'] php: >- - ['8.1'] + ['8.1', '8.2', '8.3'] + ref-name: master + secrets: + token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}