Skip to content

Commit c9b2c20

Browse files
committed
added phpunit v9 tool
1 parent a0ec4a7 commit c9b2c20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
php-version: "${{ matrix.php-version }}"
4141
extensions: apcu
4242
ini-values: apc.enable_cli=1
43+
tools: phpunit:9
4344

4445
- name: Get composer cache directory
4546
id: composer-cache
@@ -62,4 +63,4 @@ jobs:
6263
run: php data/bin/symfony symfony:test --trace
6364

6465
- name: Run PHPUnit Tests
65-
run: php vendor/bin/phpunit
66+
run: phpunit

0 commit comments

Comments
 (0)