Skip to content

Commit

Permalink
Use specific phpunit version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-st committed Dec 15, 2024
1 parent 8948373 commit cb25ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
tools: phpunit-polyfills
tools: phpunit:9, phpunit-polyfills
extensions: mysql
- name: Install WP Tests
run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1:3306 trunk
Expand Down

0 comments on commit cb25ff8

Please sign in to comment.