Skip to content

Commit

Permalink
Merge branch 'release/2.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 16, 2023
2 parents 09528e8 + 1535984 commit 33ea85c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Generate a changelog
uses: orhun/git-cliff-action@v2.0.1
uses: orhun/git-cliff-action@v2.0.5
id: git-cliff
with:
config: cliff.toml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Setup PHP
uses: shivammathur/setup-php@2.23.0
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.0
tools: composer:v2
Expand All @@ -34,7 +34,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v3.2.2
- uses: actions/cache@v3.2.5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Setup PHP
uses: shivammathur/setup-php@2.23.0
uses: shivammathur/setup-php@2.24.0
with:
php-version: 8.0
tools: composer:v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Setup PHP environment
uses: shivammathur/setup-php@2.23.0
uses: shivammathur/setup-php@2.24.0
with:
php-version: ${{ matrix.php }}
tools: composer:v2
Expand All @@ -39,7 +39,7 @@ jobs:
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v3.2.2
- uses: actions/cache@v3.2.5
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.5] - 2023-02-16

### Documentation

- Update twitter badge due to depreciation

## [2.0.4] - 2023-01-06

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
---
[icon-packagist]: https://img.shields.io/packagist/v/nekofar/pest-plugin-slim.svg
[icon-php-version]: https://img.shields.io/packagist/php-v/nekofar/pest-plugin-slim.svg
[icon-twitter]: https://img.shields.io/twitter/follow/nekofar.svg?style=flat
[icon-twitter]: https://img.shields.io/badge/follow-%40nekofar-1DA1F2?logo=twitter&style=flat
[icon-coverage]: https://codecov.io/gh/nekofar/pest-plugin-slim/graph/badge.svg
[icon-license]: https://img.shields.io/github/license/nekofar/pest-plugin-slim.svg
[icon-workflow]: https://img.shields.io/github/actions/workflow/status/nekofar/pest-plugin-slim/tests.yml
Expand Down

0 comments on commit 33ea85c

Please sign in to comment.