Skip to content

Commit

Permalink
Added PHP 8.4 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Dec 14, 2024
1 parent 9e616ad commit 1ba08de
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2', '8.3']
php: ['8.2', '8.3', '8.4']
laravel: ['10.43', '10.48', '11.0', '11.35']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Unreleased
##### 2024-XX-YY

- Added PHP 8.4 support
- Added the Promotion module with promotions, actions, rules and coupons support
- Changed the minimal Address module requirement to v3.4.1
- Changed the minimal Customer module requirement to v3.2
Expand Down

0 comments on commit 1ba08de

Please sign in to comment.