Skip to content

Commit a519b78

Browse files
mdt-35939: Upgraded to PHP 8.2 (#10)
1 parent 0aa7896 commit a519b78

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup PHP and tools
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: '8.1'
30+
php-version: '8.2'
3131
tools: composer:v2
3232
extensions: mbstring, gd, intl, yaml, bcmath, curl
3333
- 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.1
6+
php_version: 8.2
77
database:
88
version: 10.4
99
drush_version: 10

0 commit comments

Comments
 (0)