Skip to content

Commit

Permalink
exclude L9 and PHPUnit 8 combo
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Jul 20, 2022
1 parent eec4282 commit 12ec29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 9.*
phpunit: 8.*

name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, PHPUnit ${{ matrix.phpunit }}, DBAL ${{ matrix.dbal }} --prefer-${{ matrix.dependency-version }}

Expand Down

0 comments on commit 12ec29f

Please sign in to comment.