Skip to content

Commit ae6166e

Browse files
committed
add svn to test container
1 parent d02c033 commit ae6166e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wp-phpunit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
- wp-version: '6.5'
2424
php-versions: '7.1'
2525
steps:
26+
- name: Install svn
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install subversion
2630
- name: Checkout
27-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
2832
- name: Setup PHP
2933
uses: shivammathur/setup-php@v2
3034
with:

0 commit comments

Comments
 (0)