Skip to content

Commit

Permalink
Use new PhpBench action version
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Oct 13, 2024
1 parent e297466 commit 75d600a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/bechmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 75d600a

Please sign in to comment.