Skip to content

Commit

Permalink
PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Nov 20, 2024
1 parent 2342461 commit e4bb74d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]


name: P${{ matrix.php }} - ${{ matrix.os }}
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

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

## 0.4.2 - 2024-10-15
- Implementing the `groupByFunction()` to group elements based on a specific function.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1|^8.2|^8.3",
"php": "^8.1|^8.2|^8.3|^8.4",
"swaggest/json-schema": "^0.12.42",
"symfony/yaml": "^6.4|^7.1"
},
Expand Down

0 comments on commit e4bb74d

Please sign in to comment.