Skip to content

Commit

Permalink
Fixed matrix element dependency-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pecuchet committed Apr 13, 2023
1 parent 4830b24 commit 9a86fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- laravel: 10.*
php: 7.3

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

steps:
- name: Checkout code
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench-core:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --no-interaction
composer update --${{ matrix.dependency-version }} --no-interaction
- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit 9a86fe7

Please sign in to comment.