Skip to content

Commit

Permalink
Merge pull request #236 from palantirnet/DEV-63-update-to-php-8-3
Browse files Browse the repository at this point in the history
DEV-63: Update to PHP 8.3
  • Loading branch information
becw authored Aug 19, 2024
2 parents ace5eaf + 5354e48 commit 2901a56
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
working_directory: ~/project
docker:
- image: cimg/php:8.2-browsers
- image: cimg/php:8.3-browsers
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
Expand Down
2 changes: 1 addition & 1 deletion defaults/install/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
working_directory: ~/${projectname}
docker:
- image: cimg/php:8.2-browsers
- image: cimg/php:8.3-browsers
- image: cimg/mysql:5.7
command: --max_allowed_packet=16M
environment:
Expand Down
2 changes: 1 addition & 1 deletion defaults/install/.circleci/deploy-acquia-example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
deploy:
working_directory: ~/project
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers
environment:
- NODE_VERSION: 18
- GITHUB_PUBKEY: "github.com,192.30.253.113 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ=="
Expand Down
2 changes: 1 addition & 1 deletion defaults/install/.circleci/deploy-pantheon.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
deploy:
working_directory: ~/project
docker:
- image: cimg/php:8.1-browsers
- image: cimg/php:8.3-browsers
environment:
- NODE_VERSION: 18
- GITHUB_PUBKEY: "github.com,192.30.253.113 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ=="
Expand Down
2 changes: 1 addition & 1 deletion defaults/install/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - https://github.com/platformsh/platformsh-example-drupal8/blob/master/.platform.app.yaml

name: 'app'
type: 'php:7.2'
type: 'php:8.3'

relationships:
database: 'mysqldb:mysql'
Expand Down

0 comments on commit 2901a56

Please sign in to comment.