Skip to content

Commit

Permalink
Merge pull request #2 from waadmawlood/1.x
Browse files Browse the repository at this point in the history
Update Scramble version constraint 0.12.x and add PHP 8.4 test matrix
  • Loading branch information
waadmawlood authored Feb 15, 2025
2 parents 3ee9518 + b5c4b9a commit bc949fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
laravel: 11.*
- php: 8.3
laravel: 11.*
- php: 8.4
laravel: 11.*

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"require": {
"php": "^8.1",
"dedoc/scramble": "^0.11",
"laravel/framework": "^10.0|^11.0"
"dedoc/scramble": "^0.11|^0.12"
},
"require-dev": {
"laravel/pint": "^1.20",
Expand Down

0 comments on commit bc949fb

Please sign in to comment.