Skip to content

Commit

Permalink
Adds PHP 8.4 support (#10)
Browse files Browse the repository at this point in the history
* Adds PHP 8.4 support

* Update tests.yml

---------

Co-authored-by: Claudio Dekker <[email protected]>
  • Loading branch information
nunomaduro and claudiodekker authored Dec 10, 2024
1 parent c8c1a97 commit 0b58b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2, 8.3 ]
php: [ 8.1, 8.2, 8.3, 8.4 ]
laravel: [ 8, 9, 10, 11 ]
stability: [ 'prefer-lowest', 'prefer-stable' ]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": "https://github.com/lmsqueezy/plain-ui-components"
},
"require": {
"php": "~8.1.0|~8.2.0|~8.3.0",
"php": "~8.1.0|~8.2.0|~8.3.0|~8.4.0",
"illuminate/http": "^8.83|^9.33|^10.0|^11.0",
"illuminate/support": "^8.83|^9.33|^10.0|^11.0"
},
Expand Down

0 comments on commit 0b58b22

Please sign in to comment.