File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments