Skip to content

Commit ece90b4

Browse files
authored
Merge pull request #9 from felipanico/hotfix/ci-cd
fix: removing phpunit from ci-cd
2 parents b0864f5 + 50e1a75 commit ece90b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
2626
- name: Tests
2727
run: |
28-
docker run kooldev/phpqa:${{ matrix.version }} phpunit10 --version
2928
docker run kooldev/phpqa:${{ matrix.version }} phpunit --version
3029
docker run kooldev/phpqa:${{ matrix.version }} composer -V
3130
docker run kooldev/phpqa:${{ matrix.version }} phan --version

0 commit comments

Comments
 (0)