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 34fd05b commit 3056ef6Copy full SHA for 3056ef6
.github/workflows/tests.yaml
@@ -28,9 +28,9 @@ jobs:
28
matrix:
29
php: [8.2, 8.3]
30
phpunit: ['11.0', '11.4']
31
- phpstan: ['1.12']
32
- paratest: ['7.6']
33
- larastan: ['2.5', '2.9']
+ phpstan: ['2.1']
+ paratest: ['7.6', '7.8']
+ larastan: ['v3.1']
34
35
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
36
0 commit comments