Skip to content

Commit cfc9af2

Browse files
committed
Specify psalm matrix version
1 parent f948970 commit cfc9af2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
matrix:
1616
php-versions: [ '8.2', '8.3' ]
1717
phpunit-versions: ['11.0']
18+
psalm-versions: ['6.0']
1819
include:
1920
- php-versions: '8.1'
2021
phpunit-versions: '10.0'
22+
psalm-versions: '6.0'
2123

2224
steps:
2325
- name: Setup PHP with PECL extension
@@ -52,7 +54,7 @@ jobs:
5254
run: composer install --prefer-dist --no-progress
5355

5456
- name: Install tools
55-
run: phive --no-progress install --trust-gpg-keys 4AA394086372C20A,12CE0F1D262429A5,97B02DD8E5071466 phpunit@^${{ matrix.phpunit-versions }} psalm phpcs
57+
run: phive --no-progress install --trust-gpg-keys 4AA394086372C20A,12CE0F1D262429A5,97B02DD8E5071466 phpunit@^${{ matrix.phpunit-versions }} psalm@^${{ matrix.psalm-versions }} phpcs
5658

5759
- name: Run test suite
5860
run: tools/phpunit --coverage-clover build/coverage.xml

0 commit comments

Comments
 (0)