Skip to content

Commit

Permalink
[TASK] Update php to v8.4
Browse files Browse the repository at this point in the history
| datasource  | package     | from | to  |
| ----------- | ----------- | ---- | --- |
| github-tags | php/php-src | 8.3  | 8.4 |
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 7d3fd55 commit 257d9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: typo3-ext-sitemap-locator
type: typo3
docroot: .Build/web
php_version: "8.3"
php_version: "8.4"
webserver_type: nginx-fpm
xdebug_enabled: false
additional_hostnames: []
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
# @todo Use PHP 8.4 once PHP-CS-Fixer supports PHP 8.4
php-version: 8.3
php-version: 8.4
tools: composer:v2, composer-require-checker, composer-unused, cs2pr
coverage: none

Expand Down

0 comments on commit 257d9c2

Please sign in to comment.