Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Php7.4 Support #3710

Closed
wants to merge 4 commits into from
Closed

Drop Php7.4 Support #3710

wants to merge 4 commits into from

Conversation

oleibman
Copy link
Collaborator

@oleibman oleibman commented Sep 6, 2023

Fix #3634. Its time has come. Based on our experience dropping 7.3, I anticipate problems with Github Actions. No code changes.

This is:

  • a bugfix
  • a new feature
  • refactoring
  • additional unit tests

Checklist:

Why this change is needed?

Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will make it easier to track progress with this PR.

Fix PHPOffice#3634. Its time has come. Based on our experience dropping 7.3, I anticipate problems with Github Actions.
Probably need to do this is 2 steps. First to make 7.4, which is required, experimental. Then, once that's installed, do the final remove for 7.4.
Latest problem did not occur for 7.3. Let's see what's needed.
@PowerKiKi
Copy link
Member

oh, you just beat me to it. I was about to submit a PR for that. If you don't mind I'd like to try anyway, my intent is to be a be more aggressive than the commits here and also drop all the special cases that exists to support PHP 7.4.

Would that be OK with you ?

@oleibman
Copy link
Collaborator Author

oleibman commented Sep 6, 2023

@PowerKiKi Perfect. I will close this ticket and let you proceed.

@oleibman oleibman closed this Sep 6, 2023
@PowerKiKi PowerKiKi mentioned this pull request Sep 6, 2023
11 tasks
PowerKiKi added a commit that referenced this pull request Sep 6, 2023
This is according to our formal, published, policy to only support
EOL PHP after 6 months.

See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support

Also share the exact same dev deps across all PHP version for GitHub
Actions so runs are faster, much most importantly they are stable and
predictable. And we decide manually when we want to migrate to PHPUnit
10.

Fixes #3634
Closes #3710
PowerKiKi added a commit that referenced this pull request Sep 6, 2023
This is according to our formal, published, policy to only support
EOL PHP after 6 months.

See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support

Also share the exact same dev deps across all PHP version for GitHub
Actions so runs are faster, much most importantly they are stable and
predictable. And we decide manually when we want to migrate to PHPUnit
10.

Fixes #3634
Closes #3710
PowerKiKi added a commit that referenced this pull request Sep 6, 2023
This is according to our formal, published, policy to only support
EOL PHP after 6 months.

See https://phpspreadsheet.readthedocs.io/en/latest/#php-version-support

Also share the exact same dev deps across all PHP version for GitHub
Actions so runs are faster, much most importantly they are stable and
predictable. And we decide manually when we want to migrate to PHPUnit
10.

Fixes #3634
Closes #3710
@oleibman oleibman deleted the nophp74 branch September 6, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for PHP 7.4
2 participants