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 @@ -93,13 +93,13 @@ jobs:
9393 - name : Install and run phan
9494 if : ${{ matrix.os != 'windows-latest' }}
9595 run : |
96- composer require --dev --update-with-all-dependencies phan/phan:^5.5.2
96+ composer require --dev --update-with-all-dependencies phan/phan
9797 vendor/bin/phan
9898 # AST 1.1 binary for Windows seems to be missing on PECL
9999 - name : Run phan with polyfill
100100 if : ${{ matrix.os == 'windows-latest' }}
101101 run : |
102- composer require --dev --update-with-all-dependencies phan/phan:^5.5.2
102+ composer require --dev --update-with-all-dependencies phan/phan
103103 vendor/bin/phan --allow-polyfill-parser
104104 - name : Run tests with coverage
105105 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