Skip to content

Commit

Permalink
Install SVN manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrox committed Dec 19, 2024
1 parent 8f3f8c7 commit 268c93b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: composer lint
php-tests:
name: PHP Tests (PHP ${{ matrix.php_version }}, WordPress ${{ matrix.wp_version }}${{ matrix.wp_multisite && ', Multisite' }})
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
Expand Down Expand Up @@ -105,6 +105,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install SVN
run: sudo apt-get update && sudo apt-get install -y subversion

- uses: shivammathur/setup-php@v2
with:
extensions: mysqli, runkit7, uopz
Expand Down

0 comments on commit 268c93b

Please sign in to comment.