Skip to content

Commit

Permalink
Merge branch 'release/5.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
verschuur committed Mar 13, 2023
2 parents b0eec7f + a5e4ca4 commit 5a7c713
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 459 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
include:
- laravel: 10.*
testbench: 8.*
phpunit: 10.*
- laravel: 9.*
testbench: 7.*
phpunit: 9.*
exclude:
- laravel: 10.*
php: 8.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.2] - 2023-03-13

### Changed

- Migrate PHPUnit config file to PHPUnit 10

## [5.0.1] - 2023-03-13

### Changed
Expand Down
Loading

0 comments on commit 5a7c713

Please sign in to comment.