Skip to content

Commit 951ea78

Browse files
authored
Workflow
1 parent e9629d0 commit 951ea78

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
coverage: none
6666
tools: composer:v2
6767

68+
- name: Install Subversion
69+
run: sudo apt-get update && sudo apt-get install -y subversion
70+
6871
- name: Remove the PHP platform requirement
6972
run: composer config --unset platform.php
7073

CHANGELOG.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
# Chang## [Unreleased]
2-
### Added
3-
- Added standardized readme.txt file for WordPress.org repository
4-
- Implemented automated "Tested up to" WordPress version checker using skaut/wordpress-version-checker GitHub Action
5-
- Added full plugin header information including plugin URI and License URI
6-
- Created .wordpress-version-checker.json configuration for WordPress compatibility checking
7-
- Added automated PR creation for WordPress compatibility updates with "automated" and "documentation" labels
8-
- Added PHPUnit test framework and GitHub Actions workflow for automated testing
9-
- Configured cross-version PHP testing (7.4-8.2) with multisite supportll notable changes to the Simple WP Optimizer plugin will be documented in this file.
1+
# Changelog
102

113
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
124
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -18,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1810
- Added full plugin header information including plugin URI and License URI
1911
- Created .wordpress-version-checker.json configuration for WordPress compatibility checking
2012
- Enabled automatic PR creation for WordPress compatibility updates with "automated" and "documentation" labels
21-
- Added automated PR creation for WordPress compatibility updates with "automated" and "documentation" labels
13+
- Added PHPUnit test framework with GitHub Actions workflow for automated testing
14+
- Configured cross-version PHP testing (7.4-8.2) with multisite support
2215

2316
## [1.5.4] - 2025-05-04
2417
### Changed

0 commit comments

Comments
 (0)