Skip to content

Commit b547d12

Browse files
authored
[FEATURE] Run the tests on CI with PHP 8.4 as well (#701)
1 parent d234a19 commit b547d12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
44+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4545

4646
steps:
4747
- name: Checkout

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
### Added
99

10-
- Add official support for PHP 8.4 (#675)
10+
- Add support for PHP 8.4 (#675, #701)
1111

1212
### Changed
1313

0 commit comments

Comments
 (0)