We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541f20e commit 756ad71Copy full SHA for 756ad71
.github/workflows/tests.yaml
@@ -27,9 +27,9 @@ jobs:
27
fail-fast: true
28
matrix:
29
php: [ 8.3, 8.4 ]
30
- phpunit: [ '12.2' ]
+ phpunit: [ '12.1', '12.2' ]
31
phpstan: [ '2.1' ]
32
- paratest: [ '7.10' ]
+ paratest: [ '7.8', '7.9', '7.10' ]
33
larastan: [ 'v3.5' ]
34
35
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
0 commit comments