humanmade / humanmade/altis-documentation

[Docs]: PHP Upgrade guide tells you to disable platform checks

Open
#683 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
6
Forks
3
Avg merge
1d 14h
Merged PRs (30d)
2

Description

### Issue Type

Missing documentation

### Documentation Location

https://docs.altis-dxp.com/guides/updating-php/

### Issue Description

Currently our PHP upgrade guide tells you to disable platform-checks, this means if you upgrade to a newer version of Altis while upgrading PHP, you're not going to get any PHP version failures if you roll out the codebase to an older version of PHP in altis cloud.

For example:

1. Have PHP 8.1 codebase on Altis 20
1. Upgrade to Altis 25, and planning to do PHP 8.3. Add the ignore platform-checks
1. Deploy codebase to PHP 8.1

You never get an errors that your codebase is not 8.1 compatible, because we're telling people to disable platform checks.

### Current Content

```markdown

```

### Suggested Improvement

```markdown

```

### Additional Info

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.