Skip to content

Commit abd2d62

Browse files
committed
new version
1 parent 1b35e69 commit abd2d62

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,19 @@ jobs:
4848
- 8.1
4949
- 8.2
5050
- 8.3
51+
- 8.4
5152

5253
steps:
5354
- name: Checkout
54-
uses: actions/checkout@v2
55+
uses: actions/checkout@v4
5556

5657
- name: Install PHP
5758
uses: shivammathur/setup-php@v2
5859
with:
5960
php-version: ${{ matrix.php }}
6061

6162
- name: Cache PHP dependencies
62-
uses: actions/cache@v2
63+
uses: actions/cache@v4
6364
with:
6465
path: vendor
6566
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.0.3] - 2024-11-21
8+
### Fixed
9+
- Support for PHP 8.4 [#6]
10+
711
## [2.0.2] - 2024-11-13
812
### Fixed
913
- Allow `middlewares/utils:^4` [#5]
@@ -68,7 +72,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6872
First version
6973

7074
[#5]: https://github.com/middlewares/trailing-slash/issues/5
75+
[#6]: https://github.com/middlewares/trailing-slash/issues/6
7176

77+
[2.0.3]: https://github.com/middlewares/trailing-slash/compare/v2.0.2...v2.0.3
7278
[2.0.2]: https://github.com/middlewares/trailing-slash/compare/v2.0.1...v2.0.2
7379
[2.0.1]: https://github.com/middlewares/trailing-slash/compare/v2.0.0...v2.0.1
7480
[2.0.0]: https://github.com/middlewares/trailing-slash/compare/v1.1.0...v2.0.0

0 commit comments

Comments
 (0)