Skip to content

Commit 5eec227

Browse files
authored
Merge pull request #24 from dingo-d/feature/8.2-tests
Add php 8.2 to test matrix
2 parents 78dc8ce + f429fef commit 5eec227

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
php: [7.4, 8.0, 8.1]
30+
php: [7.4, 8.0, 8.1, 8.2]
3131

3232
steps:
3333
- name: Checkout

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
88

99
_No documentation available about unreleased changes as of yet._
1010

11+
## [1.6.1] Add PHP 8.2 test matrix
12+
13+
### Added
14+
- PHP 8.2 to the test matrix to ensure nothing is failing on PHP 8.2
15+
1116
## [1.6.0] Update integration tests and package name
1217

1318
### Changed
@@ -74,6 +79,7 @@ None of this is a BC break, as your tests will work. This jsut makes it work a b
7479
- Added the functionality for the WordPress integration tests with PestPHP package.
7580

7681
[Unreleased]: https://github.com/dingo-d/wp-pest-integration-test-setup/compare/main...HEAD
82+
[1.6.0]: https://github.com/https://github.com/dingo-d/wp-pest-integration-test-setup/compare/1.6.0...1.6.1
7783
[1.6.0]: https://github.com/https://github.com/dingo-d/wp-pest-integration-test-setup/compare/1.5.0...1.6.0
7884
[1.5.0]: https://github.com/https://github.com/dingo-d/wp-pest-integration-test-setup/compare/1.4.1...1.5.0
7985
[1.4.1]: https://github.com/https://github.com/dingo-d/wp-pest-integration-test-setup/compare/1.4.0...1.4.1

0 commit comments

Comments
 (0)