Skip to content

Commit

Permalink
Try fixing WP CLI bug for PHP < 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Jun 5, 2023
1 parent b7ee374 commit a5680ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ jobs:
composer update yoast/wp-test-utils -W --dev
composer update composer/installers -W
- name: Fix WP CLI for PHP < 8.0
if: matrix.php < '8.0'
run: |
composer require ergebnis/composer-normalize:2.28.3
composer require wp-cli/wp-cli:2.7.1
- name: Lint composer.json
run: composer run lint-composer

Expand Down

0 comments on commit a5680ab

Please sign in to comment.