Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Feb 22, 2024
1 parent 1ee611f commit 6fba23c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:

strategy:
matrix:
mode:
- "stable"
os:
- "ubuntu-latest"
mongodb:
Expand Down Expand Up @@ -77,8 +75,8 @@ jobs:
- name: "Install dependencies"
run: |
composer update --no-interaction \
$([[ "${{ matrix.mode }}" == low-deps ]] && echo ' --prefer-lowest --prefer-stable') \
$([[ "${{ matrix.mode }}" == stable ]] && echo ' --prefer-stable')
$([[ "${{ matrix.mode }}" == low-deps ]] && echo ' --prefer-lowest') \
$([[ "${{ matrix.mode }}" != dev ]] && echo ' --prefer-stable')
- name: "Run tests"
run: "./vendor/bin/phpunit --coverage-clover coverage.xml"
env:
Expand Down

0 comments on commit 6fba23c

Please sign in to comment.