Skip to content

Commit

Permalink
Merge pull request #10 from wireui/php-84-support
Browse files Browse the repository at this point in the history
PHP 8.4 support
  • Loading branch information
ph7jack authored Jan 5, 2025
2 parents e254c18 + 717d1b9 commit 9b927a1
Show file tree
Hide file tree
Showing 8 changed files with 1,653 additions and 2,075 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.3]
laravel: [10.*, 11.*]
exclude:
- php: 8.2
laravel: 11.*
php: [8.2, 8.3, 8.4]
laravel: [11.*]

name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"require": {
"php": "^8.2|^8.3",
"php": "^8.2|^8.3|^8.4",
"laravel/framework": "^10.0|^11.0",
"livewire/livewire": "^3.0"
},
"require-dev": {
"pestphp/pest": "^2.0",
"pestphp/pest": "^3.0",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^8.0|^9.0",
"nunomaduro/larastan": "^2.5",
"larastan/larastan": "^3.0",
"laravel/pint": "^1.9"
},
"autoload": {
Expand Down
Loading

0 comments on commit 9b927a1

Please sign in to comment.