File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Install PHP
30
30
uses : shivammathur/setup-php@v2
31
31
with :
32
32
php-version : ${{ matrix.php }}
33
33
34
34
- name : Cache PHP dependencies
35
- uses : actions/cache@v2
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : vendor
38
38
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.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.0.1] - 2024-11-29
8
+ ### Fixed
9
+ - Support for Php 8.4 [ #18 ] .
10
+
7
11
## [ 2.0.0] - 2024-03-10
8
12
### Changed
9
13
- Upgraded ` nikic/php-parser ` to 5.x [ #16 ] .
@@ -58,7 +62,9 @@ First version
58
62
[ #12 ] : https://github.com/php-gettext/PHP-Scanner/issues/12
59
63
[ #14 ] : https://github.com/php-gettext/PHP-Scanner/issues/14
60
64
[ #16 ] : https://github.com/php-gettext/PHP-Scanner/issues/16
65
+ [ #18 ] : https://github.com/php-gettext/PHP-Scanner/issues/18
61
66
67
+ [ 2.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v2.0.0...v2.0.1
62
68
[ 2.0.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
63
69
[ 1.3.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
64
70
[ 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