Skip to content

Commit

Permalink
Merge pull request #10 from alleyinteractive/feature/issue-9/wp-type-…
Browse files Browse the repository at this point in the history
…extensions-composer-update

issue-9: Upgrade WP Type Extensions package to ^3.0
  • Loading branch information
renatonascalves authored Jan 14, 2025
2 parents b13eabb + 25c7c58 commit faf6779
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Define a matrix of PHP/WordPress versions to test against
strategy:
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
wordpress: ["latest"]
multisite: [false]
runs-on: ubuntu-latest
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a C

Nothing yet.

## 2.0.2

### Changed

- Updated package `alleyinteractive/wp-type-extensions` to ^3.0.
- Removed non-existent `@phpunit` script from `composer.json`.
- CI: Added PHP 8.4 to the test matrix.

## 2.0.1

- Updated the minimum version of `wp-bulk-task` to ^1.0.
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-bulk-task": "^1.0",
"alleyinteractive/wp-match-blocks": "^3.0",
"alleyinteractive/wp-type-extensions": "^2.1"
"alleyinteractive/wp-type-extensions": "^2.1|^3.0"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^2.0",
Expand Down Expand Up @@ -66,8 +66,7 @@
"phpstan": "phpstan -v --memory-limit=512M",
"test": [
"@phpcs",
"@phpstan",
"@phpunit"
"@phpstan"
],
"tidy": "[ $COMPOSER_DEV_MODE -eq 0 ] || composer normalize"
}
Expand Down

0 comments on commit faf6779

Please sign in to comment.