Skip to content

Commit 8adae4f

Browse files
committed
Set minimum-stability dev for L13 jobs
1 parent c55b7da commit 8adae4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
4444
coverage: none
4545

46+
- name: Set minimum stability for L13
47+
if: matrix.laravel == '13.*'
48+
run: |
49+
composer config minimum-stability dev
50+
composer config prefer-stable true
51+
4652
- name: Install dependencies
4753
run: |
4854
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update

0 commit comments

Comments
 (0)