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 |
| github-tags | php/php-src | 8.1  | 8.4 |
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent a6a059d commit 0c916cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-warming
type: typo3
docroot: .Build/web
php_version: "8.3"
php_version: "8.4"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
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
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.4
extensions: intl, mbstring, json, zip, curl
tools: composer:v2, typo3/tailor, clue/phar-composer

Expand Down

0 comments on commit 0c916cf

Please sign in to comment.