Skip to content

Commit

Permalink
fix: Invalid prefer-stable option
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jul 4, 2024
1 parent 483ce3f commit d75eed3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ concurrency:

jobs:
pest:
name: PEST - PHP ${{ matrix.php }} - ${{ matrix.stability }}
name: PEST - PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php: [8.4, 8.3, 8.2]
stability: [prefer-stable]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -30,7 +29,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Composer install
run: composer install --${{ matrix.stability }} --prefer-dist --no-interaction --no-ansi --no-progress
run: composer install --no-interaction --no-ansi --no-progress
- name: Run PEST (with coverage)
run: composer test:coverage
phpstan:
Expand Down

0 comments on commit d75eed3

Please sign in to comment.