Skip to content

Commit 4493ffa

Browse files
authored
Merge pull request #342 from maxstarkenburg/D4G-185_php_8_3_try_two
D4G-185: Upgrade php to 8.3 to match prod (and to get rid of warningson local).
2 parents d8b70d6 + de8cce0 commit 4493ffa

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ recipe: acquia
33
config:
44
webroot: docroot
55
xdebug: false
6-
php: '8.1'
6+
php: '8.3'
77
services:
88
appserver:
99
xdebug: false

acquia-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
- composer:
55
version: 2
66
- php:
7-
version: 8.1
7+
version: 8.3
88

99
variables:
1010
global:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=8.1",
13+
"php": "8.3",
1414
"acquia/acquia-cms-starterkit": "^1",
1515
"acquia/blt": "^13.7",
1616
"acquia/drupal-environment-detector": "^1",
@@ -78,7 +78,7 @@
7878
"php-http/discovery": true
7979
},
8080
"platform": {
81-
"php": "8.1"
81+
"php": "8.3"
8282
},
8383
"sort-packages": true
8484
},

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)