Skip to content

Commit a80c562

Browse files
mdt-37145: Upgrade to PHP 8.3 (#18)
1 parent 4d84fd4 commit a80c562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/github-actions/workflows/pantheon_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup PHP and tools
4242
uses: shivammathur/setup-php@v2
4343
with:
44-
php-version: '8.2'
44+
php-version: '8.3'
4545
tools: composer:v2
4646
extensions: mbstring, gd, intl, yaml, bcmath, curl
4747
- name: Execute build script

assets/pantheon/pantheon.upstream.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Override the defaults specified here in a site-specific `pantheon.yml` file.
44
# For more information see: https://pantheon.io/docs/pantheon-upstream-yml
55
api_version: 1
6-
php_version: 8.2
6+
php_version: 8.3
77
database:
88
version: 10.6
99
drush_version: 10

0 commit comments

Comments
 (0)