Skip to content

Commit

Permalink
Another attempt at running tests with Github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsacksick committed Feb 20, 2023
1 parent 69d5749 commit e23920d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
- uses: php-actions/composer@v6

- name: PHPUnit Tests PHP 7.3
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
configuration: phpunit.xml
args: --coverage-text
php_version: 7.3
version: 9

- name: PHPUnit Tests PHP 8.0
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@master
with:
bootstrap: vendor/autoload.php
configuration: test/phpunit.xml
configuration: phpunit.xml
args: --coverage-text
php_version: 8.0
version: 9

0 comments on commit e23920d

Please sign in to comment.