We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a3c5e commit 8702a30Copy full SHA for 8702a30
.github/workflows/phpunit.yml
@@ -27,6 +27,8 @@ jobs:
27
extensions: mysql
28
- name: Install Composer dependencies for PHP
29
uses: "ramsey/composer-install@v2"
30
+ - name: Install SVN
31
+ run: sudo apt-get update && sudo apt-get install -y subversion
32
- name: Setup Test Environment
33
run: composer setup-local-tests
34
- name: Unit Testing
0 commit comments