Skip to content

Commit

Permalink
Change minimum PHP version to v5.3.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin authored Oct 21, 2024
1 parent 68411bf commit bf68175
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

name: Run Unit Test on PHP ${{ matrix.php-versions }}

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `Spark Plug` will be documented in this file.

## [0.6.3](https://github.com/rougin/spark-plug/compare/v0.6.2...v0.6.3) - 2024-10-21

### Changed
- Minimum PHP version to `v5.3.0`

## [0.6.2](https://github.com/rougin/spark-plug/compare/v0.6.1...v0.6.2) - 2024-09-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require":
{
"php": ">=5.4.0"
"php": ">=5.3.0"
},
"require-dev":
{
Expand Down

0 comments on commit bf68175

Please sign in to comment.