Skip to content

Commit

Permalink
ci: install svn prior to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
humet committed Jan 20, 2025
1 parent 22a47f4 commit 8d1b596
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.2
extensions: mbstring, intl
tools: composer
- name: Install PHP dependencies
run: |
composer install --no-dev --optimize-autoloader
- name: Install SVN
run: sudo apt-get update && sudo apt-get install -y subversion
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit 8d1b596

Please sign in to comment.