Skip to content

Commit 86f292b

Browse files
committed
phan
1 parent 882e45e commit 86f292b

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
@@ -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' }}

0 commit comments

Comments
 (0)