Skip to content

Commit

Permalink
Merge pull request #88 from sectsect/feature/install-svn
Browse files Browse the repository at this point in the history
ci: add SVN installation step for WordPress test suite in GitHub Actions
  • Loading branch information
sectsect authored Dec 17, 2024
2 parents 2a97aca + 60ad76a commit e1aa2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Check PHP Version
run: php -v

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

- name: Composer install
run: composer install --optimize-autoloader --prefer-dist

Expand Down
2 changes: 2 additions & 0 deletions wp-tag-order.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Text Domain: wp-tag-order
* Domain Path: /languages
* Version: 3.11.2
* License: GPL-3.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
* @package WP_Tag_Order
*/
Expand Down

0 comments on commit e1aa2a9

Please sign in to comment.