Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'amiralidev-support-laravel-11'
Browse files Browse the repository at this point in the history
  • Loading branch information
amir9480 committed Jul 29, 2024
2 parents 396d77a + b699ae6 commit ddcb581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3]
php: [8.2]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": {
"php": "^7.3|^8.0",
"hekmatinasser/verta": "^8.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"cviebrock/eloquent-sluggable": "^8.0|^9.0|^10.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"cviebrock/eloquent-sluggable": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^5.1 | ^6",
Expand Down

0 comments on commit ddcb581

Please sign in to comment.