Skip to content

Commit 3206ff0

Browse files
authored
Workflows: Install SVN before running tests. (#254)
Subversion was removed from GitHub Actions' default packages for Ubuntu 24. The tests installer uses Subversion internally. This change installs Subversion.
1 parent c91e36b commit 3206ff0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/phpunit-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
php-version: ${{ matrix.php-version }}
3636
tools: phpunit-polyfills:1.1
3737

38+
- name: Install SVN
39+
run: sudo apt install -y subversion
40+
3841
- name: Setup tests
3942
run: bash bin/install-wp-tests.sh wordpress_tests root root 127.0.0.1 latest true
4043

0 commit comments

Comments
 (0)