Skip to content

Commit

Permalink
Codesniffer: remove PHP 7.0 and 7.1 support (#40174)
Browse files Browse the repository at this point in the history
* Update supported versions

* Get script artifacts

* Update docs

* Remove rule redundant to PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated

* Update tests

* Add changelog

* Add LC_ALL

* Adjust shebang

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11844724024

Upstream-Ref: Automattic/jetpack@8ee1c37
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 8af1f1d commit e4c5719
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## [3.1.12] - 2024-11-14
### Changed
- Update dependencies.

## [3.1.11] - 2024-11-11
### Added
- Added post-build tests. [#38224]
Expand Down Expand Up @@ -172,7 +168,6 @@

- Build: Refactored (aligned build system with Gridicons).

[3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
[3.1.11]: https://github.com/Automattic/social-logos/compare/v3.1.10...v3.1.11
[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10
[3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"automattic/jetpack-changelogger": "^5.0.0"
"automattic/jetpack-changelogger": "^5.0.0-alpha"
},
"scripts": {
"build-development": "./tools/build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.1.12",
"version": "3.1.11",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
Expand Down

0 comments on commit e4c5719

Please sign in to comment.