Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
denisyukphp committed Dec 29, 2021
1 parent 034350f commit d84e13d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-systems: [ubuntu-latest, windows-latest, macos-latest]
php-versions: [8.1]
stability: [prefer-lowest, prefer-stable]

runs-on: ${{ matrix.operating-systems }}
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down Expand Up @@ -89,4 +88,4 @@ jobs:
run: composer update --prefer-dist --no-interaction --no-progress

- name: Run Benchmarks
run: vendor/bin/phpbench run --report=throttler --progress=plain --no-interaction --no-ansi
run: vendor/bin/phpbench run --report=throttler --progress=plain --no-interaction --no-ansi

0 comments on commit d84e13d

Please sign in to comment.