Skip to content

Commit 96a6b63

Browse files
committed
ci: ensure that we have subversion installed for phpunit tests
1 parent bed19e9 commit 96a6b63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
php-version: ${{ matrix.php-version }}
4545
extensions: simplexml, mysql
4646
tools: phpunit-polyfills:1.1
47+
- name: Install Subversion
48+
run: sudo apt-get update && sudo apt-get install -y subversion
4749
- name: Checkout source code
4850
uses: actions/checkout@v4
4951
- name: Install WordPress Test Suite

0 commit comments

Comments
 (0)