Skip to content

Commit

Permalink
Update phpunit gh action config for php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Dec 2, 2024
1 parent 387c17a commit fa435ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- uses: php-actions/composer@v6

- name: PHPUnit
uses: php-actions/phpunit@v4
env:
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mariadb.ports['3306'] }}/goteo
with:
php_version: '8.3'
php_version: 8.3
php_extensions: pdo_mysql
configuration: phpunit.xml.dist

0 comments on commit fa435ba

Please sign in to comment.