Skip to content

Commit 54ab2db

Browse files
authored
Merge pull request #102 from itk-dev/feature/php-8.3
Update to PHP 8.3
2 parents 5411d4a + b745399 commit 54ab2db

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated to PHP 8.3
13+
1014
### Added
1115

1216
- Added `serversTransport.insecureSkipVerifyAdded` in Trafik config (cf.

templates/drupal-10/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
phpfpm:
11-
image: itkdev/php8.2-fpm:alpine
11+
image: itkdev/php8.3-fpm:alpine
1212
restart: unless-stopped
1313
networks:
1414
- app

templates/drupal-10/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
com.symfony.server.service-prefix: 'DATABASE'
2525

2626
phpfpm:
27-
image: itkdev/php8.2-fpm:latest
27+
image: itkdev/php8.3-fpm:latest
2828
networks:
2929
- app
3030
extra_hosts:

templates/drupal-9/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
phpfpm:
11-
image: itkdev/php8.1-fpm:alpine
11+
image: itkdev/php8.3-fpm:alpine
1212
restart: unless-stopped
1313
networks:
1414
- app

templates/drupal-9/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
com.symfony.server.service-prefix: 'DATABASE'
2525

2626
phpfpm:
27-
image: itkdev/php8.1-fpm:latest
27+
image: itkdev/php8.3-fpm:latest
2828
networks:
2929
- app
3030
extra_hosts:

templates/symfony-6/docker-compose.server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ networks:
88

99
services:
1010
phpfpm:
11-
image: itkdev/php8.1-fpm:alpine
11+
image: itkdev/php8.3-fpm:alpine
1212
restart: unless-stopped
1313
networks:
1414
- app

templates/symfony-6/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
#- ENCRYPT=1 # Uncomment to enable database encryption.
2222

2323
phpfpm:
24-
image: itkdev/php8.1-fpm:latest
24+
image: itkdev/php8.3-fpm:latest
2525
networks:
2626
- app
2727
extra_hosts:

0 commit comments

Comments
 (0)