Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Feb 23, 2025
1 parent 4b1d186 commit 1a3ac4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 12.0
testbench: 10.*
testbench: 10.0
- laravel: 11.43
testbench: 9.*
testbench: 9.11
- laravel: 10.48
testbench: 8.*
testbench: 8.33

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

Expand All @@ -40,7 +40,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 }}" "orchestra/testbench:^${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
Expand Down

0 comments on commit 1a3ac4d

Please sign in to comment.