Skip to content

Commit

Permalink
support php ^8.2||^8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adereksisusanto committed Jan 13, 2025
1 parent 2f4237a commit 1579dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1]
php: [8.3, 8.2]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2||^8.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.9",
"illuminate/collections": "^10.10"
"illuminate/collections": "^10.0||^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21.1",
"pestphp/pest": "^v2.36",
"spatie/ray": "^1.28"
"friendsofphp/php-cs-fixer": "^3.68",
"pestphp/pest": "^v3.7",
"spatie/ray": "^1.41"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1579dfe

Please sign in to comment.