Skip to content

Commit

Permalink
ci: determine PHPUnit version based on Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Mar 5, 2024
1 parent 146aeb1 commit f6f7218
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ jobs:
- laravel: 11.*
php: 8.1
include:
- php: 7.4
- laravel: 8.*
phpunit: ^9.5
- php: '8.0'
- laravel: 9.*
phpunit: ^9.5
- php: 8.1
phpunit: ^10.5
- php: 8.2
- laravel: 10.*
phpunit: ^10.5
- php: 8.3
- laravel: 11.*
phpunit: ^10.5

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

0 comments on commit f6f7218

Please sign in to comment.