mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c56ad8772 | |||
| f05fbd4d34 | |||
| 061c9de301 | |||
| cda82d6772 | |||
| 9f6a882327 | |||
| fa7f930d50 | |||
| 84bc028796 | |||
| 7f0e83671b | |||
| 5b9198dad9 |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Setup Problem Matches
|
- name: Setup Problem Matchers
|
||||||
run: |
|
run: |
|
||||||
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
|
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
|
||||||
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
|
||||||
|
|||||||
@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [v1.23.0 (2023-04-19)](https://github.com/pestphp/pest/compare/v1.22.6...v1.23.0)
|
||||||
|
### Changed
|
||||||
|
- Bumps dependencies
|
||||||
|
|
||||||
|
## [v1.22.6 (2023-03-17)](https://github.com/pestphp/pest/compare/v1.22.5...v1.22.6)
|
||||||
|
### Changed
|
||||||
|
- Bumps dependencies
|
||||||
|
|
||||||
## [v1.22.5 (2023-03-03)](https://github.com/pestphp/pest/compare/v1.22.4...v1.22.5)
|
## [v1.22.5 (2023-03-03)](https://github.com/pestphp/pest/compare/v1.22.4...v1.22.5)
|
||||||
### Changed
|
### Changed
|
||||||
- Bumps dependencies
|
- Bumps dependencies
|
||||||
|
|||||||
@ -18,9 +18,9 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3 || ^8.0",
|
"php": "^7.3 || ^8.0",
|
||||||
"nunomaduro/collision": "^5.11.0|^6.3.0",
|
"nunomaduro/collision": "^5.11.0|^6.4.0",
|
||||||
"pestphp/pest-plugin": "^1.1.0",
|
"pestphp/pest-plugin": "^1.1.0",
|
||||||
"phpunit/phpunit": "^9.6.4"
|
"phpunit/phpunit": "^9.6.10"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"pestphp/pest-dev-tools": "^1.0.0",
|
"pestphp/pest-dev-tools": "^1.0.0",
|
||||||
"pestphp/pest-plugin-parallel": "^1.2.1"
|
"pestphp/pest-plugin-parallel": "^1.2.1"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
|
|||||||
@ -6,7 +6,7 @@ namespace Pest;
|
|||||||
|
|
||||||
function version(): string
|
function version(): string
|
||||||
{
|
{
|
||||||
return '1.22.3';
|
return '1.23.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
|
|||||||
Reference in New Issue
Block a user