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

ci(SDK-4666): Add support for forthcoming PHP 8.3 release #733

Merged
merged 4 commits into from
Oct 16, 2023

Conversation

evansims
Copy link
Member

Changes

This pull request adds the forthcoming PHP 8.3 runtime to the continuous integration test matrix.

References

N/A

Testing

This pull request expands the existing continuous integration testing.

Contributor Checklist

@evansims evansims added the Scope: Testing Improvements to the test suite. label Oct 12, 2023
@evansims evansims temporarily deployed to internal October 12, 2023 20:05 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:05 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:05 — with GitHub Actions Inactive
@evansims evansims changed the title ci: Add support for forthcoming PHP 8.3 releas ci: Add support for forthcoming PHP 8.3 release Oct 12, 2023
@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9e0c5ed) 100.00% compared to head (0a9f30b) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #733   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1327      1327           
===========================================
  Files             62        62           
  Lines           4613      4613           
===========================================
  Hits            4613      4613           
Flag Coverage Δ
unittestsvalidate 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evansims evansims temporarily deployed to internal October 12, 2023 20:09 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:09 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:09 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:13 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:13 — with GitHub Actions Inactive
@evansims evansims temporarily deployed to internal October 12, 2023 20:13 — with GitHub Actions Inactive
@evansims evansims changed the title ci: Add support for forthcoming PHP 8.3 release [SDK-4666] ci: Add support for forthcoming PHP 8.3 release Oct 12, 2023
@evansims evansims changed the title [SDK-4666] ci: Add support for forthcoming PHP 8.3 release ci(SDK-4666): Add support for forthcoming PHP 8.3 release Oct 12, 2023
@evansims evansims marked this pull request as ready for review October 12, 2023 20:17
@evansims evansims requested a review from a team as a code owner October 12, 2023 20:17
@@ -107,7 +107,10 @@
"pest:fast": [
"@pest --parallel"
],
"phpcs": "@php vendor/bin/php-cs-fixer fix --dry-run --diff",
"phpcs": [
"@putenv PHP_CS_FIXER_IGNORE_ENV=1",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary workaround for PHPCS to run in the pre-release runtime environment successfully.

@evansims evansims added this pull request to the merge queue Oct 16, 2023
Merged via the queue into main with commit ebc6db2 Oct 16, 2023
31 checks passed
@evansims evansims deleted the ci/8.3-support branch October 16, 2023 01:43
@evansims evansims mentioned this pull request Oct 18, 2023
github-merge-queue bot pushed a commit that referenced this pull request Oct 18, 2023
### Added

- Support `initiate_login_uri` property for `PATCH` requests to the
`/api/v2/clients/:id` Management API endpoint.
[#732](#732)

### Fixed

- Token generator typo in claim header.
[#729](#729)

### Changed

- `composer.json` now identifies `mbstring` as a required extension.
[#730](#730)
- PHP 8.3 nightlies have been added to the continuous integration
testing matrix. [#733](#733)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Testing Improvements to the test suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants