Skip to content

Commit

Permalink
build: fix php version in ddev to 8.2 for editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Dec 13, 2024
1 parent 2f8bde9 commit fefd794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xima-typo3-frontend-edit
type: typo3
docroot: public
php_version: "8.1"
php_version: "8.2"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
Expand Down

0 comments on commit fefd794

Please sign in to comment.