Skip to content

Commit 8878935

Browse files
authored
Merge pull request #3416 from akrabat/update-to-4.15.1
Update version to 4.15.1
2 parents 1c75bcc + f0ed67f commit 8878935

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
php-version: ${{ matrix.php }}
3737
coverage: xdebug
38+
tools: composer:2.8
3839

3940
- name: Install dependencies with Composer
4041
run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010

1111
### Removed
1212

13+
## 4.15.1 - 2025-11-21
14+
15+
## Fixed
16+
17+
- Allow PHPUnit 10, 11 and 12 when testing Slim itself (#3411)
18+
19+
### Added
20+
21+
- Add support for PHP 8.5 (#3415)
22+
23+
**Full Changelog**: https://github.com/slimphp/Slim/compare/4.15.0...4.15.1
24+
1325
## 4.15.0 - 2025-08-24
1426

1527
### Fixed

Slim/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
4343
*
4444
* @var string
4545
*/
46-
public const VERSION = '4.15.0';
46+
public const VERSION = '4.15.1';
4747

4848
protected RouteResolverInterface $routeResolver;
4949

0 commit comments

Comments
 (0)