Skip to content

Commit 7c85d2c

Browse files
committed
Update workflow
1 parent 447125c commit 7c85d2c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v2
43+
with:
44+
fetch-depth: 0
4345

4446
- uses: shivammathur/setup-php@v2
4547
with:

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [5.0.1] 2021-03
8+
9+
## Added
10+
- Support for `psr/container:2.0`
11+
712
## [5.0.0] 2021-01
813

914
## Added

0 commit comments

Comments
 (0)