Skip to content

Commit

Permalink
added phpunit v9 tool
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 24, 2024
1 parent a0ec4a7 commit c9b2c20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
extensions: apcu
ini-values: apc.enable_cli=1
tools: phpunit:9

- name: Get composer cache directory
id: composer-cache
Expand All @@ -62,4 +63,4 @@ jobs:
run: php data/bin/symfony symfony:test --trace

- name: Run PHPUnit Tests
run: php vendor/bin/phpunit
run: phpunit

0 comments on commit c9b2c20

Please sign in to comment.