Skip to content

Commit 541f20e

Browse files
committed
Add php version 8.4 in workflow tests. Remove older Composer Packages
1 parent aa1c219 commit 541f20e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
strategy:
2727
fail-fast: true
2828
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']
29+
php: [ 8.3, 8.4 ]
30+
phpunit: [ '12.2' ]
31+
phpstan: [ '2.1' ]
32+
paratest: [ '7.10' ]
33+
larastan: [ 'v3.5' ]
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)