Skip to content

Commit

Permalink
chore: upgrade php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juampi92 committed Dec 10, 2024
1 parent 5877ff7 commit 6646554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2, 8.3]
phpunit: [^8.5.23, 9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "^8.0.2",
"illuminate/macroable": "^7.0|^8.0|^9.0|^10.0",
"illuminate/macroable": "^7.0|^8.0|^9.0|^10.0|^11.0",
"phpunit/phpunit": "^8.3|^9.0|^10.0",
"spatie/url": "^1.3.4|^2.0",
"symfony/dom-crawler": "^5.4|^6.1"
Expand Down

0 comments on commit 6646554

Please sign in to comment.