Skip to content

Commit

Permalink
Fix workflows ?
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickePatate committed Dec 20, 2024
1 parent 43583ff commit 28378f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
contracts: ^10.0
- laravel: 11.*
testbench: 9.*
carbon: ^3.0
contracts: ^11.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand All @@ -45,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" "illuminate/contracts:${{ matrix.contracts }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: List Installed Dependencies
Expand Down

0 comments on commit 28378f0

Please sign in to comment.