Skip to content

Commit 3056ef6

Browse files
committed
Update GitHub Workflow
1 parent 34fd05b commit 3056ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
matrix:
2929
php: [8.2, 8.3]
3030
phpunit: ['11.0', '11.4']
31-
phpstan: ['1.12']
32-
paratest: ['7.6']
33-
larastan: ['2.5', '2.9']
31+
phpstan: ['2.1']
32+
paratest: ['7.6', '7.8']
33+
larastan: ['v3.1']
3434

3535
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - with Paratest ${{ matrix.paratest }} - PHPStan ${{ matrix.phpstan }} - Larastan ${{ matrix.larastan }}
3636

0 commit comments

Comments
 (0)