Skip to content

Commit b1973cb

Browse files
committed
phan in ci
1 parent c441542 commit b1973cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
if: ${{ matrix.os != 'windows-latest' }}
9595
run: |
9696
rm composer.lock
97-
composer require ${{ matrix.dependencies_level }} --dev phan/phan
97+
composer require ${{ matrix.dependencies_level }} --dev phan/phan:^5.4.5
9898
vendor/bin/phan
9999
# AST 1.1 binary for Windows seems to be missing on PECL
100100
- name: Install and run phan with polyfill
101101
if: ${{ matrix.os == 'windows-latest' }}
102102
run: |
103103
rm composer.lock
104-
composer require ${{ matrix.dependencies_level }} --dev phan/phan
104+
composer require ${{ matrix.dependencies_level }} --dev phan/phan:^5.4.5
105105
vendor/bin/phan --allow-polyfill-parser
106106
- name: Run tests with coverage
107107
if: ${{ matrix.os != 'windows-latest' && matrix.php_version == '8.1' && matrix.dependencies_level != '--prefer-lowest' }}

0 commit comments

Comments
 (0)