Skip to content

Commit

Permalink
Add support php 8.4 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Nov 26, 2024
1 parent bb16b12 commit a46113c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [^9.0, ^10.0, ^11.0]
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: ^9.0
php: 8.3
- laravel: ^9.0
php: 8.4
- laravel: ^11.0
php: 8.1

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-intl": "*",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/view": "^9.0|^10.0|^11.0",
"moneyphp/money": "^4.5"
"moneyphp/money": "^4.6"
},
"require-dev": {
"graham-campbell/testbench": "^6.1",
Expand Down

0 comments on commit a46113c

Please sign in to comment.