Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sertxudev authored Mar 11, 2024
1 parent 69cbac5 commit d2852dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
runs-on: windows-latest

strategy:
fail-fast: true
fail-fast: false
matrix:
php: [8.1, 8.2]
laravel: [10]
laravel: [10, '11']
coverage-driver: [pcov]
stability: [prefer-lowest, prefer-stable]

Expand All @@ -81,7 +81,7 @@ jobs:
- name: Install dependencies
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-interaction --no-update
composer require "illuminate/contracts=${{ matrix.laravel }}.*" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit d2852dc

Please sign in to comment.