Skip to content

Commit 756ad71

Browse files
committed
Add second phpunit version and three paratest versions
1 parent 541f20e commit 756ad71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
fail-fast: true
2828
matrix:
2929
php: [ 8.3, 8.4 ]
30-
phpunit: [ '12.2' ]
30+
phpunit: [ '12.1', '12.2' ]
3131
phpstan: [ '2.1' ]
32-
paratest: [ '7.10' ]
32+
paratest: [ '7.8', '7.9', '7.10' ]
3333
larastan: [ 'v3.5' ]
3434

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

0 commit comments

Comments
 (0)