File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments