File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828
2929 - name : Install PHP
3030 uses : shivammathur/setup-php@v2
3131 with :
3232 php-version : ${{ matrix.php }}
3333
3434 - name : Cache PHP dependencies
35- uses : actions/cache@v2
35+ uses : actions/cache@v4
3636 with :
3737 path : vendor
3838 key : ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.0.1] - 2024-11-29
8+ ### Fixed
9+ - Support for Php 8.4 [ #18 ] .
10+
711## [ 2.0.0] - 2024-03-10
812### Changed
913- Upgraded ` nikic/php-parser ` to 5.x [ #16 ] .
@@ -58,7 +62,9 @@ First version
5862[ #12 ] : https://github.com/php-gettext/PHP-Scanner/issues/12
5963[ #14 ] : https://github.com/php-gettext/PHP-Scanner/issues/14
6064[ #16 ] : https://github.com/php-gettext/PHP-Scanner/issues/16
65+ [ #18 ] : https://github.com/php-gettext/PHP-Scanner/issues/18
6166
67+ [ 2.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v2.0.0...v2.0.1
6268[ 2.0.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
6369[ 1.3.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
6470[ 1.3.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
You can’t perform that action at this time.
0 commit comments