Skip to content

Commit

Permalink
Try wildcard for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 7, 2024
1 parent 5880de6 commit 52ba07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fail-fast: true
matrix:
php: [8.3]
laravel: [10]
laravel: [10, 11]

name: Windows - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand All @@ -83,7 +83,7 @@ jobs:

- name: Install dependencies
run: |
composer require "illuminate/contracts=^${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
composer require "illuminate/contracts=${{ matrix.laravel }}.*" --prefer-dist --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Execute tests
Expand Down

0 comments on commit 52ba07a

Please sign in to comment.