File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Setup PHP
2424 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.0] - 2024-08-02
9+
10+ ### Added
11+
12+ - Support for PHPUnit 10.
13+
14+ ### Removed
15+
16+ - Support for PHP 7.2 and PHPUnit 9.
17+
818## [ 1.3.0] - 2023-04-28
919
1020### Added
Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ public function testGetContentsError()
315315
316316 fclose ($ resource );
317317
318- $ this ->expectException (class_exists (\Throwable::class) ? \Throwable::class : \RuntimeException::class);
318+ $ this ->expectException (interface_exists (\Throwable::class) ? \Throwable::class : \RuntimeException::class);
319319 $ stream ->getContents ();
320320 }
321321}
You can’t perform that action at this time.
0 commit comments