Skip to content

Commit

Permalink
improved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer committed Aug 18, 2023
1 parent 8d31c31 commit a6ab8bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: ^v10.19
testbench: ^v8.8
- laravel: 10.*

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

Expand All @@ -36,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit a6ab8bf

Please sign in to comment.