Skip to content

Commit

Permalink
Merge pull request #38 from GoteoFoundation/feat/update-workflows-8.3
Browse files Browse the repository at this point in the history
[feat] Update workflows to PHP 8.3
  • Loading branch information
subiabre authored Dec 9, 2024
2 parents 8daec98 + 73eb72f commit 092e1aa
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 092e1aa

Please sign in to comment.