Skip to content

Commit

Permalink
update version php ^8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adereksisusanto committed Jan 13, 2025
1 parent d5d7b63 commit 6c63990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.2]
php: [8.1]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}
],
"require": {
"php": "^8.0.2",
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.9",
"illuminate/collections": "^9.19"
"illuminate/collections": "^10.10"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21.1",
"pestphp/pest": "^v1.23",
"pestphp/pest": "^v2.36",
"spatie/ray": "^1.28"
},
"autoload": {
Expand Down

0 comments on commit 6c63990

Please sign in to comment.