Skip to content

Commit

Permalink
Merge 3bea5fc into 5db5e4f
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Dec 11, 2022
2 parents 5db5e4f + 3bea5fc commit 062f7b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-20.04']
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.0.7] - 2022-12-11

Perform tests against PHP 8.2 in GitHub Actions.

## [3.0.6] - 2022-10-25

Improved unit tests.
Expand Down Expand Up @@ -32,6 +36,7 @@ Added a unit test.
The order of execution of deferred functions has been reversed (LIFO as in Golang).
The given version is the successor of version [2.0.0], to provide the support for PHP ^5.3.

[3.0.7]: https://github.com/php-defer/php-defer/compare/v3.0.6...v3.0.7
[3.0.6]: https://github.com/php-defer/php-defer/compare/v3.0.5...v3.0.6
[3.0.5]: https://github.com/php-defer/php-defer/compare/v3.0.4...v3.0.5
[3.0.4]: https://github.com/php-defer/php-defer/compare/v3.0.3...v3.0.4
Expand Down

0 comments on commit 062f7b6

Please sign in to comment.