Skip to content

Commit

Permalink
feat: improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul committed Sep 10, 2024
1 parent 9dd2298 commit 2b1298d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
fail-fast: true

matrix:
laravel: [ '10', '9', '8' ]
php: [ '8.2', '8.1', '8.0' ]
laravel: [ '11', '10', '9', '8' ]
php: [ '8.3' '8.2', '8.1', '8.0' ]
os: [ ubuntu-latest ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"intervention/image": "^3.0",
"intervention/image": "^3.8",
"srwiez/thumbhash": "^1.2"
},
"require-dev": {
Expand Down

0 comments on commit 2b1298d

Please sign in to comment.