We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c57695 commit 567724fCopy full SHA for 567724f
1 file changed
.github/workflows/ci.yml
@@ -80,6 +80,9 @@ jobs:
80
run: composer update ${{ matrix.dependencies_level }} --prefer-dist --no-interaction --no-progress
81
- name: Check composer.json
82
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
86
- name: Run tests
87
run: vendor/bin/phpunit
88
- name: Run integration tests
0 commit comments