Skip to content

Commit

Permalink
update workflows actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 29, 2024
1 parent e0e46c2 commit 43f53b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Cache PHP dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] - 2024-11-29
### Fixed
- Support for Php 8.4 [#18].

## [2.0.0] - 2024-03-10
### Changed
- Upgraded `nikic/php-parser` to 5.x [#16].
Expand Down Expand Up @@ -58,7 +62,9 @@ First version
[#12]: https://github.com/php-gettext/PHP-Scanner/issues/12
[#14]: https://github.com/php-gettext/PHP-Scanner/issues/14
[#16]: https://github.com/php-gettext/PHP-Scanner/issues/16
[#18]: https://github.com/php-gettext/PHP-Scanner/issues/18

[2.0.1]: https://github.com/php-gettext/PHP-Scanner/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
[1.3.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
Expand Down

0 comments on commit 43f53b6

Please sign in to comment.