Skip to content

Commit

Permalink
Update PHP versions to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Dec 2, 2024
1 parent c9f9138 commit a8edbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
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 a8edbf8

Please sign in to comment.