Skip to content

Commit e95b135

Browse files
committed
Update composer.json to require jerome/fetch-php for compatibility check workflow
1 parent cab3425 commit e95b135

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/compatibility-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
os: [ubuntu-latest]
1919
php: [8.2, 8.3]
2020
laravel: [9.*, 10.*, 11.*]
21-
stability: [prefer-stable]
2221

23-
name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
22+
name: PHP ${{ matrix.php }} on ${{ matrix.os }} - Laravel ${{ matrix.laravel }}
2423

2524
steps:
2625
- name: Checkout code
@@ -49,7 +48,7 @@ jobs:
4948
5049
- name: Install dependencies
5150
working-directory: ./laravel-project
52-
run: composer update --prefer-dist --no-progress --no-suggest --prefer-${{ matrix.stability }}
51+
run: composer update --prefer-dist --no-progress --no-suggest
5352

5453
- name: Run Laravel tests (if applicable)
5554
working-directory: ./laravel-project

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"optimize-autoloader": true,
5858
"preferred-install": "dist"
5959
},
60-
"minimum-stability": "stable",
60+
"minimum-stability": "dev",
6161
"prefer-stable": true
6262
}

0 commit comments

Comments
 (0)