Skip to content

Commit

Permalink
fix unit tests for github workflows (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Mar 29, 2024
1 parent 7c1ab88 commit b3c82b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.2
php_version: 8.3
command: update
php_extensions: ldap
- name: PHPUnit Tests for php8.2
uses: php-actions/phpunit@v3
with:
configuration: tests/Ltb/phpunit.xml
version: latest
php_version: 8.2
php_version: 8.3
php_extensions: ldap
args: --coverage-text

0 comments on commit b3c82b6

Please sign in to comment.