Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david_smith committed Oct 15, 2024
1 parent 4e36cf8 commit 6f0164a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-php-
- name: Install Composer dependencies
run: docker compose run --rm php82composer composer install --prefer-dist --no-progress --no-suggest
run: docker compose run --rm php71composer composer install --prefer-dist --no-progress --no-suggest

- name: Run PHPUnit tests
run: docker compose run --rm php82 vendor/bin/phpunit
run: docker compose run --rm php71 vendor/bin/phpunit

0 comments on commit 6f0164a

Please sign in to comment.