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 aa1c219 commit 541f20eCopy full SHA for 541f20e
.github/workflows/tests.yaml
@@ -26,11 +26,11 @@ jobs:
26
strategy:
27
fail-fast: true
28
matrix:
29
- php: [ 8.3 ]
30
- phpunit: ['11.0', '11.4', '12.2']
31
- phpstan: ['2.1']
32
- paratest: ['7.8', '7.10']
33
- larastan: ['v3.5']
+ php: [ 8.3, 8.4 ]
+ phpunit: [ '12.2' ]
+ phpstan: [ '2.1' ]
+ paratest: [ '7.10' ]
+ larastan: [ 'v3.5' ]
34
35
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
36
0 commit comments