Skip to content

Commit

Permalink
Update composer.json to require jerome/fetch-php for compatibility ch…
Browse files Browse the repository at this point in the history
…eck workflow
  • Loading branch information
Thavarshan committed Sep 25, 2024
1 parent cab3425 commit e95b135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-stable]

name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }}

steps:
- name: Checkout code
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
- name: Install dependencies
working-directory: ./laravel-project
run: composer update --prefer-dist --no-progress --no-suggest --prefer-${{ matrix.stability }}
run: composer update --prefer-dist --no-progress --no-suggest

- name: Run Laravel tests (if applicable)
working-directory: ./laravel-project
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"optimize-autoloader": true,
"preferred-install": "dist"
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit e95b135

Please sign in to comment.