Skip to content

Commit e4bb74d

Browse files
committed
PHP 8.4
1 parent 2342461 commit e4bb74d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.2, 8.3]
12+
php: [8.2, 8.3, 8.4]
1313

1414

1515
name: P${{ matrix.php }} - ${{ matrix.os }}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 0.4.3 - WIP
3+
## 0.4.3 - 2024-11-20
44
- Using Operator class in the tests
55
- Updating readme with 2 use cases
66
- Adding rector to composer scripts
7+
- Welcome PHP 8.4 (adding GitHub actions configuration for PHP 8.4)
78

89
## 0.4.2 - 2024-10-15
910
- Implementing the `groupByFunction()` to group elements based on a specific function.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^8.1|^8.2|^8.3",
21+
"php": "^8.1|^8.2|^8.3|^8.4",
2222
"swaggest/json-schema": "^0.12.42",
2323
"symfony/yaml": "^6.4|^7.1"
2424
},

0 commit comments

Comments
 (0)