Skip to content

Commit 43f53b6

Browse files
committed
update workflows actions
1 parent e0e46c2 commit 43f53b6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff 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') }}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

0 commit comments

Comments
 (0)