File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments