Skip to content

Fix PHP version in workflows#11

Merged
guibranco merged 35 commits intomainfrom
feature/fix-workflows
Apr 13, 2024
Merged

Fix PHP version in workflows#11
guibranco merged 35 commits intomainfrom
feature/fix-workflows

Conversation

@guibranco
Copy link
Member

Fix the PHP version in workflow files


Before the change?

  • The workflow was running with PHP version 8.1 but PHP Unit installed requires at least the version 8.1

After the change?

  • Set the required version of PHP as 8.3

Pull request checklist

  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been reviewed and added/updated if needed (for bug fixes/features)

Does this introduce a breaking change?

  • Yes
  • No

@deepsource-io
Copy link

deepsource-io bot commented Apr 13, 2024

Here's the code health analysis summary for commits c18498b..65f68e2. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource SQL LogoSQL✅ SuccessView Check ↗
DeepSource Test coverage LogoTest coverage✅ SuccessView Check ↗
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

Code Coverage Report

MetricAggregatePhp
Branch Coverage100%100%
Composite Coverage33.3%33.3%
Line Coverage33.3%33.3%

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@github-actions github-actions bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 13, 2024
@guibranco guibranco enabled auto-merge April 13, 2024 13:04
@github-actions github-actions bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 13, 2024
@github-actions github-actions bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 13, 2024
@guibranco guibranco added this pull request to the merge queue Apr 13, 2024
@guibranco guibranco removed this pull request from the merge queue due to a manual request Apr 13, 2024
@guibranco guibranco added this pull request to the merge queue Apr 13, 2024
@guibranco guibranco merged commit 23dea18 into main Apr 13, 2024
@guibranco guibranco deleted the feature/fix-workflows branch April 13, 2024 19:14
@github-actions
Copy link

🔍 Lint summary

✅ Lint check passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants