Skip to content

Commit

Permalink
try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jan 2, 2024
1 parent 3e8caf3 commit 413aa04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0' # Specify your PHP version here
extensions: uopz # Add uopz extension

- uses: php-actions/composer@v6

- uses: php-actions/phpunit@v3
with:
php_extensions: xdebug, uopz
php_extensions: xdebug
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text
Expand Down

0 comments on commit 413aa04

Please sign in to comment.