Skip to content

Commit

Permalink
Fixed PHP 8+ CI running against incompatible nikic/php-parser v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Aug 21, 2024
1 parent 4b06a12 commit 20659bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:

- name: Run tests
run: |
SYMFONY_DEPRECATIONS_HELPER=weak vendor/bin/simple-phpunit ${PHPUNIT_FLAGS}
SYMFONY_DEPRECATIONS_HELPER=weak SYMFONY_PHPUNIT_REQUIRE="nikic/php-parser:^4.9" vendor/bin/simple-phpunit ${PHPUNIT_FLAGS}

0 comments on commit 20659bb

Please sign in to comment.