Skip to content

Commit 567724f

Browse files
committed
wip
1 parent 2c57695 commit 567724f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
run: composer update ${{ matrix.dependencies_level }} --prefer-dist --no-interaction --no-progress
8181
- name: Check composer.json
8282
run: composer normalize --dry-run
83+
- name: workaround PHP <8.2 dependencies
84+
if: ${{ matrix.php_version == '8.1' }}
85+
run: composer require ${{ matrix.dependencies_level }} --dev nikic/php-parser:<5.0.1
8386
- name: Run tests
8487
run: vendor/bin/phpunit
8588
- name: Run integration tests

0 commit comments

Comments
 (0)