Skip to content

Commit

Permalink
Merge pull request #3625 from 10up/fix/build-docs
Browse files Browse the repository at this point in the history
Call composer while building docs
  • Loading branch information
felipeelia authored Aug 31, 2023
2 parents 5a83e47 + 16ffa27 commit dc6a2ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
coverage: none
ini-values: memory_limit=3G

- name: composer install
run: |
cd wp-content/plugins/elasticpress
composer install
- name: Start MySQL
run: |
sudo systemctl start mysql.service
Expand Down

0 comments on commit dc6a2ea

Please sign in to comment.