Skip to content

Commit

Permalink
Merge branch 'main' into fix/mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Dec 9, 2024
2 parents 3f370c7 + 092e1aa commit 2e32896
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php-cs-fixer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
php-cs-fixer:
runs-on: "ubuntu-latest"
steps:
- name: Setup PHP 8.2
- name: Setup PHP 8.3
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: php-cs-fixer:3.64

- name: Checkout repository
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,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.2
php_version: 8.3
php_extensions: pdo_mysql
configuration: phpunit.xml.dist

0 comments on commit 2e32896

Please sign in to comment.