Skip to content

Commit

Permalink
[TASK] Use PHP 8.1 for development by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Apr 22, 2024
1 parent d035d09 commit 00f7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: thecodingmachine/php:${PHP_VERSION:-8.0}-v4-cli
image: thecodingmachine/php:${PHP_VERSION:-8.1}-v4-cli
environment:
TYPO3_VERSION: ${TYPO3_VERSION:-^11.5}
typo3DatabaseHost: mysql
Expand Down

0 comments on commit 00f7435

Please sign in to comment.