Skip to content

Commit

Permalink
[0.3.x] Supports PHP 8.4 (#167)
Browse files Browse the repository at this point in the history
* [0.2.x] Supports PHP 8.4

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone authored Nov 12, 2024
1 parent 42d9568 commit 0e05357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]

name: PHP ${{ matrix.php }} - With Collections

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"symfony/console": "^6.2|^7.0"
},
"require-dev": {
"illuminate/collections": "^10.0|^11.0",
"phpstan/phpstan": "^1.11",
"pestphp/pest": "^2.3",
"pestphp/pest": "^2.3|^3.4",
"mockery/mockery": "^1.5",
"phpstan/phpstan-mockery": "^1.1",
"illuminate/collections": "^10.0|^11.0"
"phpstan/phpstan-mockery": "^1.1"
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
Expand Down

0 comments on commit 0e05357

Please # to comment.